| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyManagedLedgerImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedLedgerImpl |
ManagedCursorImpl.ledger |
protected ManagedLedgerImpl |
OpAddEntry.ml |
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicLongFieldUpdater<ManagedLedgerImpl> |
ManagedLedgerImpl.ADD_OP_COUNT_UPDATER |
protected ConcurrentHashMap<String,CompletableFuture<ManagedLedgerImpl>> |
ManagedLedgerFactoryImpl.ledgers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ManagedLedgerImpl> |
ManagedLedgerFactoryImpl.getManagedLedgers()
Helper for getting stats.
|
| Modifier and Type | Method and Description |
|---|---|
static OpAddEntry |
OpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
static OpAddEntry |
OpAddEntry.createNoRetainBuffer(ManagedLedgerImpl ml,
io.netty.buffer.ByteBuf data,
int numberOfMessages,
AsyncCallbacks.AddEntryCallback callback,
Object ctx) |
EntryCache |
EntryCacheManager.getEntryCache(ManagedLedgerImpl ml) |
| Constructor and Description |
|---|
EntryCacheDisabled(ManagedLedgerImpl ml) |
EntryCacheImpl(EntryCacheManager manager,
ManagedLedgerImpl ml,
boolean copyEntries) |
ManagedLedgerMBeanImpl(ManagedLedgerImpl managedLedger) |
ReadOnlyCursorImpl(BookKeeper bookkeeper,
ManagedLedgerConfig config,
ManagedLedgerImpl ledger,
PositionImpl startPosition,
String cursorName) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.