Uses of Interface
org.apache.bookkeeper.client.api.BookKeeper
-
Packages that use BookKeeper Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.client.impl BookKeeper Client implementation package.org.apache.bookkeeper.tools.cli.commands.client This package contains all client related commands.org.apache.bookkeeper.tools.cli.helpers This classes provides some helper mixins for easily to add commands to bookie shell. -
-
Uses of BookKeeper in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookKeeper Modifier and Type Class Description classBookKeeperBookKeeper client. -
Uses of BookKeeper in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return BookKeeper Modifier and Type Method Description BookKeeperBookKeeperBuilder. build()Start and initialize a new BookKeeper client. -
Uses of BookKeeper in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl that return BookKeeper Modifier and Type Method Description BookKeeperBookKeeperBuilderImpl. build() -
Uses of BookKeeper in org.apache.bookkeeper.tools.cli.commands.client
Methods in org.apache.bookkeeper.tools.cli.commands.client with parameters of type BookKeeper Modifier and Type Method Description protected voidSimpleTestCommand. run(BookKeeper bk, SimpleTestCommand.Flags flags) -
Uses of BookKeeper in org.apache.bookkeeper.tools.cli.helpers
Methods in org.apache.bookkeeper.tools.cli.helpers with parameters of type BookKeeper Modifier and Type Method Description protected abstract voidClientCommand. run(BookKeeper bk, ClientFlagsT cmdFlags)protected voidDiscoveryCommand. run(BookKeeper bk, DiscoveryFlagsT cmdFlags)
-