Uses of Interface
org.neo4j.driver.summary.ResultSummary
Package
Description
-
Uses of ResultSummary in org.neo4j.driver
Modifier and TypeMethodDescriptionResult.consume()
Return the result summary.EagerResult.summary()
Returns the result summary.Modifier and TypeMethodDescriptionExecutableQuery.ResultFinisher.finish
(List<String> keys, S value, ResultSummary summary) Accepts theResult.keys()
, collected result andResultSummary
values to produce the final result value. -
Uses of ResultSummary in org.neo4j.driver.async
Modifier and TypeMethodDescriptionResultCursor.consumeAsync()
Asynchronously retrieve the result summary.ResultCursor.forEachAsync
(Consumer<Record> action) Asynchronously apply the givenaction
to every record in the result, yielding a summary of it. -
Uses of ResultSummary in org.neo4j.driver.internal.cursor
Modifier and TypeMethodDescriptionDisposableResultCursorImpl.consumeAsync()
ResultCursorImpl.consumeAsync()
DisposableResultCursorImpl.forEachAsync
(Consumer<Record> action) ResultCursorImpl.forEachAsync
(Consumer<Record> action) RxResultCursor.summaryAsync()
RxResultCursorImpl.summaryAsync()
-
Uses of ResultSummary in org.neo4j.driver.internal.reactive
Modifier and TypeMethodDescriptionInternalReactiveResult.consume()
org.reactivestreams.Publisher<ResultSummary>
InternalRxResult.consume()
Deprecated. -
Uses of ResultSummary in org.neo4j.driver.internal.reactivestreams
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ResultSummary>
InternalReactiveResult.consume()
-
Uses of ResultSummary in org.neo4j.driver.internal.summary
-
Uses of ResultSummary in org.neo4j.driver.internal.util
Modifier and TypeMethodDescriptionMetadataExtractor.extractSummary
(Query query, BoltConnection connection, long resultAvailableAfter, Map<String, Value> metadata, boolean legacyNotifications, GqlStatusObject gqlStatusObject) -
Uses of ResultSummary in org.neo4j.driver.reactive
Modifier 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
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ResultSummary>
ReactiveResult.consume()
Returns a cold publisher of result summary which arrives after all records.