Class RandomWalkStreamProc.RandomWalkResult

  • Enclosing class:
    RandomWalkStreamProc

    public static final class RandomWalkStreamProc.RandomWalkResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.Long> nodeIds  
      org.neo4j.graphdb.Path path  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nodeIds

        public java.util.List<java.lang.Long> nodeIds
      • path

        public org.neo4j.graphdb.Path path