Class StreamResult


  • public final class StreamResult
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StreamResult.Builder  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COST_PROPERTY_NAME

        public static final java.lang.String COST_PROPERTY_NAME
        See Also:
        Constant Field Values
      • index

        public long index
      • sourceNode

        public long sourceNode
      • targetNode

        public long targetNode
      • totalCost

        public double totalCost
      • nodeIds

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

        public java.util.List<java.lang.Double> costs
      • path

        public org.neo4j.graphdb.Path path