Class StreamResult.Builder

  • Enclosing class:
    StreamResult

    public static class StreamResult.Builder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder​(org.neo4j.graphalgo.api.IdMapping idMapping, org.neo4j.graphdb.Transaction transaction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StreamResult build​(org.neo4j.graphalgo.beta.paths.PathResult pathResult, boolean createCypherPath)  
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder​(org.neo4j.graphalgo.api.IdMapping idMapping,
                       org.neo4j.graphdb.Transaction transaction)
    • Method Detail

      • build

        public StreamResult build​(org.neo4j.graphalgo.beta.paths.PathResult pathResult,
                                  boolean createCypherPath)