Uses of Interface
org.neo4j.driver.internal.handlers.PullAllResponseHandler
Packages that use PullAllResponseHandler
Package
Description
-
Uses of PullAllResponseHandler in org.neo4j.driver.internal.cursor
Fields in org.neo4j.driver.internal.cursor declared as PullAllResponseHandlerModifier and TypeFieldDescriptionprotected final PullAllResponseHandler
AsyncResultCursorOnlyFactory.pullAllHandler
Constructors in org.neo4j.driver.internal.cursor with parameters of type PullAllResponseHandlerModifierConstructorDescriptionAsyncResultCursorImpl
(Throwable runError, RunResponseHandler runHandler, PullAllResponseHandler pullAllHandler) AsyncResultCursorOnlyFactory
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullAllResponseHandler pullHandler) ResultCursorFactoryImpl
(Connection connection, Message runMessage, RunResponseHandler runHandler, CompletableFuture<Void> runFuture, PullResponseHandler pullHandler, PullAllResponseHandler pullAllHandler) -
Uses of PullAllResponseHandler in org.neo4j.driver.internal.handlers
Classes in org.neo4j.driver.internal.handlers that implement PullAllResponseHandlerModifier and TypeClassDescriptionclass
This is the Pull All response handler that handles pull all messages in Bolt v3 and previous protocol versions.Methods in org.neo4j.driver.internal.handlers that return PullAllResponseHandlerModifier and TypeMethodDescriptionstatic PullAllResponseHandler
PullHandlers.newBoltV3PullAllHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) static PullAllResponseHandler
PullHandlers.newBoltV4AutoPullHandler
(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx, long fetchSize) -
Uses of PullAllResponseHandler in org.neo4j.driver.internal.handlers.pulln
Classes in org.neo4j.driver.internal.handlers.pulln that implement PullAllResponseHandlerModifier and TypeClassDescriptionclass
Built on top ofBasicPullResponseHandler
to be able to pull in batches.