Uses of Enum Class
org.apache.bookkeeper.mledger.ManagedCursor.IndividualDeletedEntries
Packages that use ManagedCursor.IndividualDeletedEntries
-
Uses of ManagedCursor.IndividualDeletedEntries in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedCursor.IndividualDeletedEntriesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ManagedCursor.IndividualDeletedEntries.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedCursor.IndividualDeletedEntriesModifier and TypeMethodDescriptionvoidManagedCursor.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Asynchronously get 'N'th entry from the mark delete position in the cursor without updating any cursor positions.voidManagedCursor.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx) Skip n entries from the read position of this cursor.ManagedCursor.getNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries) Get 'N'th entry from the mark delete position in the cursor without updating any cursor positions.voidManagedCursor.skipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries) Skip n entries from the read position of this cursor. -
Uses of ManagedCursor.IndividualDeletedEntries in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedCursor.IndividualDeletedEntriesModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidManagedCursorImpl.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx) ManagedCursorImpl.getNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries) voidManagedCursorImpl.skipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries)