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 PullAllResponseHandlerAsyncResultCursorOnlyFactory.pullAllHandlerConstructors 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 TypeClassDescriptionclassThis 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 PullAllResponseHandlerPullHandlers.newBoltV3PullAllHandler(Query query, RunResponseHandler runHandler, Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, UnmanagedTransaction tx) static PullAllResponseHandlerPullHandlers.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 TypeClassDescriptionclassBuilt on top ofBasicPullResponseHandlerto be able to pull in batches.