Class HugeGraph.GetTargetConsumer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long target  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(long s, long t)
      Called for every edge that matches a given relation-constraint
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • target

        public long target
    • Method Detail

      • accept

        public boolean accept​(long s,
                              long t)
        Description copied from interface: RelationshipConsumer
        Called for every edge that matches a given relation-constraint
        Specified by:
        accept in interface RelationshipConsumer
        Parameters:
        s - mapped source node id
        t - mapped target node id
        Returns:
        true if the iteration shall continue, otherwise false.