| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| org.apache.bookkeeper.client.impl |
BookKeeper Client implementation package.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BookKeeperClientStats |
LedgerCreateOp.clientStats |
| Modifier and Type | Method and Description |
|---|---|
BookKeeperClientStats |
ClientContext.getClientStats() |
static BookKeeperClientStats |
BookKeeperClientStats.newInstance(org.apache.bookkeeper.stats.StatsLogger stats) |
| Constructor and Description |
|---|
LedgerCreateOp(BookKeeper bk,
int ensembleSize,
int writeQuorumSize,
int ackQuorumSize,
BookKeeper.DigestType digestType,
byte[] passwd,
AsyncCallback.CreateCallback cb,
java.lang.Object ctx,
java.util.Map<java.lang.String,byte[]> customMetadata,
java.util.EnumSet<WriteFlag> writeFlags,
BookKeeperClientStats clientStats)
Constructor.
|
LedgerDeleteOp(BookKeeper bk,
BookKeeperClientStats clientStats,
long ledgerId,
AsyncCallback.DeleteCallback cb,
java.lang.Object ctx)
Constructor.
|
LedgerOpenOp(BookKeeper bk,
BookKeeperClientStats clientStats,
long ledgerId,
AsyncCallback.OpenCallback cb,
java.lang.Object ctx) |
LedgerOpenOp(BookKeeper bk,
BookKeeperClientStats clientStats,
long ledgerId,
BookKeeper.DigestType digestType,
byte[] passwd,
AsyncCallback.OpenCallback cb,
java.lang.Object ctx)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BookKeeperClientStatsImpl
The default implementation of
BookKeeperClientStats. |
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.