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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
-
-
-
Method Detail
-
getListOfEntriesOfLedgerComplete
void getListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
-
-