Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.AddLacCallback
-
Packages that use AsyncCallback.AddLacCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.AddLacCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.AddLacCallback Modifier and Type Class Description (package private) static class
SyncCallbackUtils.LastAddConfirmedCallback
Fields in org.apache.bookkeeper.client declared as AsyncCallback.AddLacCallback Modifier and Type Field Description (package private) AsyncCallback.AddLacCallback
PendingWriteLacOp. cb
Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.AddLacCallback Constructor Description PendingWriteLacOp(LedgerHandle lh, ClientContext clientCtx, java.util.List<BookieId> ensemble, AsyncCallback.AddLacCallback cb, java.lang.Object ctx)
-