Uses of Class
org.apache.bookkeeper.common.annotation.InterfaceAudience.Private
-
Packages that use InterfaceAudience.Private Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.tools.common Common classes used across multiple tools. -
-
Uses of InterfaceAudience.Private in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie with annotations of type InterfaceAudience.Private Modifier and Type Interface Description static interface
BookieShell.Command
BookieShell command. -
Uses of InterfaceAudience.Private in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceAudience.Private Modifier and Type Interface Description interface
BookiesListener
Listener for the available bookies changes.interface
ITopologyAwareEnsemblePlacementPolicy<T extends Node>
Interface for topology aware ensemble placement policy. -
Uses of InterfaceAudience.Private in org.apache.bookkeeper.tools.common
Methods in org.apache.bookkeeper.tools.common with annotations of type InterfaceAudience.Private Modifier and Type Method Description int
BKCommand. apply(java.lang.String commandName, org.apache.commons.configuration.CompositeConfiguration conf, java.lang.String[] args)
Made this as public for allowing old bookie shell use new cli command.
-