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 ResultSummaryModifier and TypeMethodDescriptionResult.consume()Return the result summary.EagerResult.summary()Returns the result summary.Methods in org.neo4j.driver with parameters of type ResultSummaryModifier and TypeMethodDescriptionExecutableQuery.ResultFinisher.finish(List<String> keys, S value, ResultSummary summary) Accepts theResult.keys(), collected result andResultSummaryvalues to produce the final result value. -
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 TypeMethodDescriptionDisposableResultCursorImpl.consumeAsync()ResultCursorImpl.consumeAsync()DisposableResultCursorImpl.forEachAsync(Consumer<Record> action) ResultCursorImpl.forEachAsync(Consumer<Record> action) RxResultCursor.summaryAsync(Observation observation) RxResultCursorImpl.summaryAsync(Observation observation) -
Uses of ResultSummary in org.neo4j.driver.internal.reactive
Methods in org.neo4j.driver.internal.reactive that return types with arguments of type ResultSummary -
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, DriverBoltConnection connection, long resultAvailableAfter, Map<String, Value> metadata, boolean legacyNotifications, GqlStatusObject gqlStatusObject) -
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. -
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.