Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback
-
Packages that use BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback Modifier and Type Class Description static class
BookkeeperInternalCallbacks.FutureGetListOfEntriesOfLedger
Future for GetListOfEntriesOfLedger.Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback
PerChannelBookieClient.GetListOfEntriesOfLedgerCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback Modifier and Type Method Description void
PerChannelBookieClient. getListOfEntriesOfLedger(long ledgerId, BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback cb)
Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback Constructor Description GetListOfEntriesOfLedgerCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback origCallback, long ledgerId)
-