| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.util |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlyCursor.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx)
Close the cursor asynchronously and release the associated resources.
|
void |
ManagedCursor.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx)
Close the cursor asynchronously and release the associated resources.
|
void |
ManagedLedger.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx)
Close the ManagedLedger asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlyCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx) |
void |
ManagedLedgerImpl.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx) |
void |
ManagedCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx) |
void |
NonDurableCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback,
Object ctx) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Futures.CloseFuture
Adapts a
AsyncCallbacks.CloseCallback to a CompletableFuture. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.