Uses of Class
org.apache.bookkeeper.mledger.ManagedCursor.IndividualDeletedEntries
-
Packages that use ManagedCursor.IndividualDeletedEntries Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedCursor.IndividualDeletedEntries in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedCursor.IndividualDeletedEntries Modifier and Type Method Description static ManagedCursor.IndividualDeletedEntriesManagedCursor.IndividualDeletedEntries. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ManagedCursor.IndividualDeletedEntries[]ManagedCursor.IndividualDeletedEntries. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedCursor.IndividualDeletedEntries Modifier and Type Method Description voidManagedCursor. asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, java.lang.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, java.lang.Object ctx)Skip n entries from the read position of this cursor.EntryManagedCursor. 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.IndividualDeletedEntries Modifier and Type Method Description voidManagedCursorImpl. asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)voidManagedCursorImpl. asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, java.lang.Object ctx)EntryManagedCursorImpl. getNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries)voidManagedCursorImpl. skipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries)
-