java.lang.Object
org.neo4j.driver.internal.handlers.PullHandlers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PullAllResponseHandler
newBoltV3PullAllHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) static PullAllResponseHandler
newBoltV4AutoPullHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx, long fetchSize) static PullResponseHandler
newBoltV4BasicPullHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx)
-
Constructor Details
-
PullHandlers
public PullHandlers()
-
-
Method Details
-
newBoltV3PullAllHandler
public static PullAllResponseHandler newBoltV3PullAllHandler(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) -
newBoltV4AutoPullHandler
public static PullAllResponseHandler newBoltV4AutoPullHandler(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx, long fetchSize) -
newBoltV4BasicPullHandler
public static PullResponseHandler newBoltV4BasicPullHandler(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx)
-