| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LedgerHandle.NoopCloseCallback |
(package private) static class |
SyncCallbackUtils.SyncCloseCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlyLedgerHandle.asyncClose(AsyncCallback.CloseCallback cb,
java.lang.Object ctx) |
void |
LedgerHandle.asyncClose(AsyncCallback.CloseCallback cb,
java.lang.Object ctx)
Asynchronous close, any adds in flight will return errors.
|
(package private) void |
LedgerHandle.asyncCloseInternal(AsyncCallback.CloseCallback cb,
java.lang.Object ctx,
int rc) |
(package private) void |
LedgerHandle.doAsyncCloseInternal(AsyncCallback.CloseCallback cb,
java.lang.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.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.