Uses of Class
org.apache.bookkeeper.client.BookKeeper
Packages that use BookKeeper
Package
Description
BookKeeper Client.
Classes for replicating Bookkeeper data.
Commands to operate a single bookie.
Simple self-verifying workload generator.
-
Uses of BookKeeper in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as BookKeeperModifier and TypeFieldDescription(package private) final BookKeeperLedgerCreateOp.bk(package private) final BookKeeperLedgerDeleteOp.bk(package private) final BookKeeperLedgerOpenOp.bkMethods in org.apache.bookkeeper.client that return BookKeeperConstructors in org.apache.bookkeeper.client with parameters of type BookKeeperModifierConstructorDescription(package private)BookieInfoReader(BookKeeper bk, ClientConfiguration conf, ScheduledExecutorService scheduler) BookKeeperAdmin(BookKeeper bkc, ClientConfiguration conf) BookKeeperAdmin(BookKeeper bkc, StatsLogger statsLogger, ClientConfiguration conf) Constructor that takes in a BookKeeper instance .(package private)(package private)LedgerChecker(BookKeeper bkc) LedgerChecker(BookKeeper bkc, int inFlightReadEntryNum) (package private)LedgerCreateOp(BookKeeper bk, int ensembleSize, int writeQuorumSize, int ackQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx, Map<String, byte[]> customMetadata, EnumSet<WriteFlag> writeFlags, BookKeeperClientStats clientStats) Constructor.(package private)LedgerDeleteOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.DeleteCallback cb, Object ctx) Constructor.LedgerFragmentReplicator(BookKeeper bkc, StatsLogger statsLogger, ClientConfiguration conf) LedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.OpenCallback cb, Object ctx) LedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, Object ctx) Constructor.(package private)OpenBuilderImpl(BookKeeper bookkeeper) UpdateLedgerOp(BookKeeper bkc, BookKeeperAdmin admin) -
Uses of BookKeeper in org.apache.bookkeeper.replication
Fields in org.apache.bookkeeper.replication declared as BookKeeperMethods in org.apache.bookkeeper.replication that return BookKeeperModifier and TypeMethodDescription(package private) static BookKeeperAuditor.createBookKeeperClient(ServerConfiguration conf) (package private) static BookKeeperAuditor.createBookKeeperClient(ServerConfiguration conf, StatsLogger statsLogger) (package private) static BookKeeper(package private) BookKeeperAuditorTask.getBookKeeper(ServerConfiguration conf) Get BookKeeper client according to configuration.Methods in org.apache.bookkeeper.replication with parameters of type BookKeeperModifier and TypeMethodDescription(package private) BookKeeperAdminAuditorTask.getBookKeeperAdmin(BookKeeper bookKeeper) Get BookKeeper admin according to bookKeeper client.Constructors in org.apache.bookkeeper.replication with parameters of type BookKeeperModifierConstructorDescriptionAuditor(String bookieIdentifier, ServerConfiguration conf, BookKeeper bkc, boolean ownBkc, BookKeeperAdmin admin, boolean ownAdmin, StatsLogger statsLogger) Auditor(String bookieIdentifier, ServerConfiguration conf, BookKeeper bkc, boolean ownBkc, StatsLogger statsLogger) AuditorElector(String bookieId, ServerConfiguration conf, BookKeeper bkc, boolean ownBkc) AuditorElector for performing the auditor election.AuditorElector(String bookieId, ServerConfiguration conf, BookKeeper bkc, StatsLogger statsLogger, boolean ownBkc) AuditorElector for performing the auditor election.(package private)ReplicationWorker(ServerConfiguration conf, BookKeeper bkc, boolean ownBkc, StatsLogger statsLogger) -
Uses of BookKeeper in org.apache.bookkeeper.tools.cli.commands.bookie
Methods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type BookKeeperModifier and TypeMethodDescriptionstatic voidSanityTestCommand.close(BookKeeper bk, LedgerHandle lh) -
Uses of BookKeeper in org.apache.bookkeeper.verifier
Constructors in org.apache.bookkeeper.verifier with parameters of type BookKeeper