Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.SkipEntriesCallback
-
Packages that use AsyncCallbacks.SkipEntriesCallback 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 AsyncCallbacks.SkipEntriesCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.SkipEntriesCallback Modifier and Type Method Description voidManagedCursor. asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, java.lang.Object ctx)Skip n entries from the read position of this cursor. -
Uses of AsyncCallbacks.SkipEntriesCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.SkipEntriesCallback Modifier and Type Method Description voidManagedCursorImpl. asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, java.lang.Object ctx)
-