| 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 |
|---|---|
ManagedLedger |
ManagedCursor.getManagedLedger()
Get
ManagedLedger attached with cursor |
ManagedLedger |
ManagedLedgerFactory.open(String name)
Open a managed ledger.
|
ManagedLedger |
ManagedLedgerFactory.open(String name,
ManagedLedgerConfig config)
Open a managed ledger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncCallbacks.OpenLedgerCallback.openLedgerComplete(ManagedLedger ledger,
Object ctx) |
default CompletableFuture<LedgerOffloader.OffloadHandle> |
LedgerOffloader.streamingOffload(ManagedLedger ml,
UUID uid,
long beginLedger,
long beginEntry,
Map<String,String> driverMetadata)
Begin offload the passed in ledgers to longterm storage, it will finish
when a segment reached it's size or time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedLedgerImpl |
class |
ReadOnlyManagedLedgerImpl |
| Modifier and Type | Method and Description |
|---|---|
ManagedLedger |
ManagedCursorImpl.getManagedLedger() |
ManagedLedger |
ManagedLedgerFactoryImpl.open(String name) |
ManagedLedger |
ManagedLedgerFactoryImpl.open(String name,
ManagedLedgerConfig config) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.