Uses of Interface
org.neo4j.driver.summary.ResultSummary
Packages that use ResultSummary
Package
Description
-
Uses of ResultSummary in org.neo4j.driver
Methods in org.neo4j.driver that return ResultSummary -
Uses of ResultSummary in org.neo4j.driver.async
Methods in org.neo4j.driver.async that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionResultCursor.consumeAsync()Asynchronously retrieve the result summary.ResultCursor.forEachAsync(Consumer<Record> action) Asynchronously apply the givenactionto every record in the result, yielding a summary of it. -
Uses of ResultSummary in org.neo4j.driver.internal.cursor
Methods in org.neo4j.driver.internal.cursor that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionAsyncResultCursorImpl.consumeAsync()DisposableAsyncResultCursor.consumeAsync()AsyncResultCursorImpl.forEachAsync(Consumer<Record> action) DisposableAsyncResultCursor.forEachAsync(Consumer<Record> action) RxResultCursor.summaryAsync()RxResultCursorImpl.summaryAsync()RxResultCursorImpl.summaryStage() -
Uses of ResultSummary in org.neo4j.driver.internal.handlers
Methods in org.neo4j.driver.internal.handlers that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionLegacyPullAllResponseHandler.consumeAsync()PullAllResponseHandler.consumeAsync() -
Uses of ResultSummary in org.neo4j.driver.internal.handlers.pulln
Methods in org.neo4j.driver.internal.handlers.pulln that return types with arguments of type ResultSummaryMethod parameters in org.neo4j.driver.internal.handlers.pulln with type arguments of type ResultSummaryModifier and TypeMethodDescriptionvoidBasicPullResponseHandler.installSummaryConsumer(BiConsumer<ResultSummary, Throwable> summaryConsumer) voidPullResponseHandler.installSummaryConsumer(BiConsumer<ResultSummary, Throwable> summaryConsumer) Register a summary consumer to be notified when a summary is received. -
Uses of ResultSummary in org.neo4j.driver.internal.reactive
Methods in org.neo4j.driver.internal.reactive that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionInternalReactiveResult.consume()org.reactivestreams.Publisher<ResultSummary>InternalRxResult.consume()Deprecated. -
Uses of ResultSummary in org.neo4j.driver.internal.reactivestreams
Methods in org.neo4j.driver.internal.reactivestreams that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ResultSummary>InternalReactiveResult.consume() -
Uses of ResultSummary in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement ResultSummary -
Uses of ResultSummary in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util that return ResultSummaryModifier and TypeMethodDescriptionMetadataExtractor.extractSummary(Query query, Connection connection, long resultAvailableAfter, Map<String, Value> metadata) -
Uses of ResultSummary in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionReactiveResult.consume()Returns a cold publisher of result summary which arrives after all records.org.reactivestreams.Publisher<ResultSummary>RxResult.consume()Deprecated.Returns a cold publisher of result summary which arrives after all records. -
Uses of ResultSummary in org.neo4j.driver.reactivestreams
Methods in org.neo4j.driver.reactivestreams that return types with arguments of type ResultSummaryModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ResultSummary>ReactiveResult.consume()Returns a cold publisher of result summary which arrives after all records.