Uses of Class
org.apache.bookkeeper.conf.AbstractConfiguration
-
Packages that use AbstractConfiguration Package Description org.apache.bookkeeper.conf Configurations used by bookkeeper.org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.meta.zk ZooKeeper based metadata implementation.org.apache.bookkeeper.sasl SASL and JAAS Authentication classes.org.apache.bookkeeper.tls Security and TLS-related classes.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of AbstractConfiguration in org.apache.bookkeeper.conf
Classes in org.apache.bookkeeper.conf with type parameters of type AbstractConfiguration Modifier and Type Class Description class
AbstractConfiguration<T extends AbstractConfiguration>
Abstract configuration.Subclasses of AbstractConfiguration in org.apache.bookkeeper.conf Modifier and Type Class Description class
ClientConfiguration
Configuration settings for client side.class
ServerConfiguration
Configuration manages server-side settings.Constructors in org.apache.bookkeeper.conf with parameters of type AbstractConfiguration Constructor Description ClientConfiguration(AbstractConfiguration conf)
Construct a client-side configuration using a base configuration.ServerConfiguration(AbstractConfiguration conf)
Construct a configuration based on other configuration. -
Uses of AbstractConfiguration in org.apache.bookkeeper.meta
Fields in org.apache.bookkeeper.meta declared as AbstractConfiguration Modifier and Type Field Description protected AbstractConfiguration
AbstractZkLedgerManager. conf
(package private) AbstractConfiguration
FlatLedgerManagerFactory. conf
Deprecated.(package private) AbstractConfiguration
LegacyHierarchicalLedgerManagerFactory. conf
(package private) AbstractConfiguration
MSLedgerManagerFactory. conf
Deprecated.(package private) AbstractConfiguration
MSLedgerManagerFactory.MsLedgerManager. conf
Methods in org.apache.bookkeeper.meta with parameters of type AbstractConfiguration Modifier and Type Method Description protected static LedgerManagerFactory
AbstractZkLedgerManagerFactory. createNewLMFactory(AbstractConfiguration conf, LayoutManager layoutManager, java.lang.Class<? extends LedgerManagerFactory> factoryClass)
Creates the new layout and stores in zookeeper and returns the LedgerManagerFactory instance.void
AbstractZkLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager layoutManager)
void
LedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager lm)
Format the ledger metadata for LedgerManager.void
MSLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager layoutManager)
Deprecated.void
NullMetadataBookieDriver.NullLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager lm)
LedgerManagerFactory
FlatLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)
Deprecated.LedgerManagerFactory
LedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)
Initialize a factory.LedgerManagerFactory
LegacyHierarchicalLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager lm, int factoryVersion)
LedgerManagerFactory
MSLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)
Deprecated.LedgerManagerFactory
NullMetadataBookieDriver.NullLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)
static LedgerManagerFactory
AbstractZkLedgerManagerFactory. newLedgerManagerFactory(AbstractConfiguration<?> conf, LayoutManager layoutManager)
Create new Ledger Manager Factory.boolean
AbstractZkLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager layoutManager)
boolean
LedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager lm)
This method makes sure there are no unexpected znodes under ledgersRootPath and then it proceeds with ledger metadata formatting and nuking the cluster ZK state info.boolean
MSLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager layoutManager)
Deprecated.boolean
NullMetadataBookieDriver.NullLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager lm)
Constructors in org.apache.bookkeeper.meta with parameters of type AbstractConfiguration Constructor Description AbstractHierarchicalLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
Constructor.AbstractZkLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
ZooKeeper-based Ledger Manager Constructor.FlatLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
Constructor.HierarchicalLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
LegacyHierarchicalLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
Constructor.LongHierarchicalLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk)
Constructor.MsLedgerManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zk, MetaStore metastore)
ZkLedgerUnderreplicationManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zkc)
-
Uses of AbstractConfiguration in org.apache.bookkeeper.meta.zk
Fields in org.apache.bookkeeper.meta.zk declared as AbstractConfiguration Modifier and Type Field Description protected AbstractConfiguration<?>
ZKMetadataDriverBase. conf
Methods in org.apache.bookkeeper.meta.zk with parameters of type AbstractConfiguration Modifier and Type Method Description protected void
ZKMetadataDriverBase. initialize(AbstractConfiguration<?> conf, StatsLogger statsLogger, RetryPolicy zkRetryPolicy, java.util.Optional<java.lang.Object> optionalCtx)
static java.lang.String
ZKMetadataDriverBase. resolveZkLedgersRootPath(AbstractConfiguration<?> conf)
static java.lang.String
ZKMetadataDriverBase. resolveZkServers(AbstractConfiguration<?> conf)
-
Uses of AbstractConfiguration in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl that return AbstractConfiguration Modifier and Type Method Description AbstractConfiguration
JAASCredentialsContainer. getConfiguration()
AbstractConfiguration
SASLBookieAuthProviderFactory. getConfiguration()
AbstractConfiguration
SASLClientProviderFactory. getConfiguration()
-
Uses of AbstractConfiguration in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls with parameters of type AbstractConfiguration Modifier and Type Method Description void
SecurityHandlerFactory. init(SecurityHandlerFactory.NodeType type, AbstractConfiguration conf, io.netty.buffer.ByteBufAllocator allocator)
void
TLSContextFactory. init(SecurityHandlerFactory.NodeType type, AbstractConfiguration conf, io.netty.buffer.ByteBufAllocator allocator)
-
Uses of AbstractConfiguration in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util with parameters of type AbstractConfiguration Modifier and Type Method Description static java.util.List<org.apache.zookeeper.data.ACL>
ZkUtils. getACLs(AbstractConfiguration conf)
Compute ZooKeeper ACLs using actual configuration.static EntryFormatter
EntryFormatter. newEntryFormatter(java.lang.String opt, AbstractConfiguration conf)
static EntryFormatter
EntryFormatter. newEntryFormatter(AbstractConfiguration<?> conf)
static LedgerIdFormatter
LedgerIdFormatter. newLedgerIdFormatter(java.lang.String opt, AbstractConfiguration conf)
static LedgerIdFormatter
LedgerIdFormatter. newLedgerIdFormatter(AbstractConfiguration<?> conf)
-