Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.CloseCallback
Packages that use AsyncCallback.CloseCallback
-
Uses of AsyncCallback.CloseCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.CloseCallbackModifier and TypeClassDescription(package private) static class(package private) static classMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.CloseCallbackModifier and TypeMethodDescriptionvoidLedgerHandle.asyncClose(AsyncCallback.CloseCallback cb, Object ctx) Asynchronous close, any adds in flight will return errors.voidReadOnlyLedgerHandle.asyncClose(AsyncCallback.CloseCallback cb, Object ctx) (package private) voidLedgerHandle.asyncCloseInternal(AsyncCallback.CloseCallback cb, Object ctx, int rc) (package private) voidLedgerHandle.doAsyncCloseInternal(AsyncCallback.CloseCallback cb, Object ctx, int rc) Same as public version of asyncClose except that this one takes an additional parameter which is the return code to hand to all the pending add ops.