Uses of Interface
org.apache.bookkeeper.client.BookKeeperClientStats
-
Packages that use BookKeeperClientStats Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of BookKeeperClientStats in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as BookKeeperClientStats Modifier and Type Field Description (package private) BookKeeperClientStatsLedgerCreateOp. clientStatsMethods in org.apache.bookkeeper.client that return BookKeeperClientStats Modifier and Type Method Description BookKeeperClientStatsClientContext. getClientStats()static BookKeeperClientStatsBookKeeperClientStats. newInstance(StatsLogger stats)Constructors in org.apache.bookkeeper.client with parameters of type BookKeeperClientStats Constructor 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. -
Uses of BookKeeperClientStats in org.apache.bookkeeper.client.impl
Classes in org.apache.bookkeeper.client.impl that implement BookKeeperClientStats Modifier and Type Class Description classBookKeeperClientStatsImplThe default implementation ofBookKeeperClientStats.
-