Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback
- 
- All Known Implementing Classes:
- BookkeeperInternalCallbacks.FutureGetListOfEntriesOfLedger
 - Enclosing class:
- BookkeeperInternalCallbacks
 
 public static interface BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallbackA callback interface for GetListOfEntriesOfLedger command.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
 
- 
- 
- 
Method Detail- 
getListOfEntriesOfLedgerCompletevoid getListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)
 
- 
 
-