Uses of Interface
org.apache.bookkeeper.client.ReadLastConfirmedOp.LastConfirmedDataCallback
-
Packages that use ReadLastConfirmedOp.LastConfirmedDataCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of ReadLastConfirmedOp.LastConfirmedDataCallback in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as ReadLastConfirmedOp.LastConfirmedDataCallback Modifier and Type Field Description (package private) ReadLastConfirmedOp.LastConfirmedDataCallback
TryReadLastConfirmedOp. cb
Constructors in org.apache.bookkeeper.client with parameters of type ReadLastConfirmedOp.LastConfirmedDataCallback Constructor Description ReadLastConfirmedOp(BookieClient bookieClient, DistributionSchedule schedule, DigestManager digestManager, long ledgerId, java.util.List<BookieId> ensemble, byte[] ledgerKey, ReadLastConfirmedOp.LastConfirmedDataCallback cb)
TryReadLastConfirmedOp(LedgerHandle lh, BookieClient bookieClient, java.util.List<BookieId> ensemble, ReadLastConfirmedOp.LastConfirmedDataCallback cb, long lac)
-