Uses of Enum Class
org.apache.bookkeeper.mledger.ScanOutcome
Packages that use ScanOutcome
-
Uses of ScanOutcome in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ScanOutcomeModifier and TypeMethodDescriptionstatic ScanOutcomeReturns the enum constant of this class with the specified name.static ScanOutcome[]ScanOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.mledger that return types with arguments of type ScanOutcomeModifier and TypeMethodDescriptiondefault CompletableFuture<ScanOutcome>ManagedCursor.scan(Optional<Position> startingPosition, Predicate<Entry> condition, int batchSize, long maxEntries, long timeOutMs) Scan the cursor from the current position up to the end.Methods in org.apache.bookkeeper.mledger with parameters of type ScanOutcomeModifier and TypeMethodDescriptionvoidAsyncCallbacks.ScanCallback.scanComplete(Position position, ScanOutcome scanOutcome, Object ctx) -
Uses of ScanOutcome in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return types with arguments of type ScanOutcome