Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback
- All Known Implementing Classes:
BookkeeperInternalCallbacks.FutureGetListOfEntriesOfLedger
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback
A callback interface for GetListOfEntriesOfLedger command.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
-
Method Details
-
getListOfEntriesOfLedgerComplete
void getListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
-