Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ReadEntryCallback
-
Packages that use AsyncCallbacks.ReadEntryCallback 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.ReadEntryCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ReadEntryCallback 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. -
Uses of AsyncCallbacks.ReadEntryCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ReadEntryCallback Modifier and Type Method Description voidManagedCursorImpl. asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)voidEntryCache. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)Read entry at given position from the cache or from bookkeeper.voidEntryCacheImpl. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)voidEntryCacheManager.EntryCacheDisabled. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)protected voidManagedLedgerImpl. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle ledger, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)voidManagedLedgerImpl. asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)voidReadOnlyManagedLedgerImpl. asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, java.lang.Object ctx)
-