| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedgerFactory.asyncOpen(String name,
AsyncCallbacks.OpenLedgerCallback callback,
Object ctx)
Asynchronous open method.
|
void |
ManagedLedgerFactory.asyncOpen(String name,
ManagedLedgerConfig config,
AsyncCallbacks.OpenLedgerCallback callback,
Supplier<Boolean> mlOwnershipChecker,
Object ctx)
Asynchronous open method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedLedgerFactoryImpl.asyncOpen(String name,
AsyncCallbacks.OpenLedgerCallback callback,
Object ctx) |
void |
ManagedLedgerFactoryImpl.asyncOpen(String name,
ManagedLedgerConfig config,
AsyncCallbacks.OpenLedgerCallback callback,
Supplier<Boolean> mlOwnershipChecker,
Object ctx) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.