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 interfaceBookieShell.CommandBookieShell 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 interfaceBookiesListenerListener for the available bookies changes.interfaceITopologyAwareEnsemblePlacementPolicy<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 intBKCommand. apply(java.lang.String commandName, org.apache.commons.configuration2.CompositeConfiguration conf, java.lang.String[] args)Made this as public for allowing old bookie shell use new cli command.
-