Uses of Interface
org.apache.bookkeeper.meta.LayoutManager
-
Packages that use LayoutManager Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.meta.zk ZooKeeper based metadata implementation. -
-
Uses of LayoutManager in org.apache.bookkeeper.meta
Classes in org.apache.bookkeeper.meta that implement LayoutManager Modifier and Type Class Description static classNullMetadataBookieDriver.NullLayoutManagerA no-op implementation of LayoutManager.classZkLayoutManagerProvide utils for writing/reading/deleting layout in zookeeper.Methods in org.apache.bookkeeper.meta that return LayoutManager Modifier and Type Method Description LayoutManagerMetadataBookieDriver. getLayoutManager()Return the layout manager.LayoutManagerMetadataClientDriver. getLayoutManager()Return the layout manager.LayoutManagerNullMetadataBookieDriver. getLayoutManager()Methods in org.apache.bookkeeper.meta with parameters of type LayoutManager Modifier and Type Method Description protected static LedgerManagerFactoryAbstractZkLedgerManagerFactory. createNewLMFactory(AbstractConfiguration conf, LayoutManager layoutManager, java.lang.Class<? extends LedgerManagerFactory> factoryClass)Creates the new layout and stores in zookeeper and returns the LedgerManagerFactory instance.voidAbstractZkLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager layoutManager)voidLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager lm)Format the ledger metadata for LedgerManager.voidMSLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager layoutManager)Deprecated.voidNullMetadataBookieDriver.NullLedgerManagerFactory. format(AbstractConfiguration<?> conf, LayoutManager lm)LedgerManagerFactoryFlatLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)Deprecated.LedgerManagerFactoryLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)Initialize a factory.LedgerManagerFactoryLegacyHierarchicalLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager lm, int factoryVersion)LedgerManagerFactoryMSLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)Deprecated.LedgerManagerFactoryNullMetadataBookieDriver.NullLedgerManagerFactory. initialize(AbstractConfiguration conf, LayoutManager layoutManager, int factoryVersion)static LedgerManagerFactoryAbstractZkLedgerManagerFactory. newLedgerManagerFactory(AbstractConfiguration<?> conf, LayoutManager layoutManager)Create new Ledger Manager Factory.booleanAbstractZkLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager layoutManager)booleanLedgerManagerFactory. 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.booleanMSLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager layoutManager)Deprecated.booleanNullMetadataBookieDriver.NullLedgerManagerFactory. validateAndNukeExistingCluster(AbstractConfiguration<?> conf, LayoutManager lm) -
Uses of LayoutManager in org.apache.bookkeeper.meta.zk
Fields in org.apache.bookkeeper.meta.zk declared as LayoutManager Modifier and Type Field Description protected LayoutManagerZKMetadataDriverBase. layoutManagerMethods in org.apache.bookkeeper.meta.zk that return LayoutManager Modifier and Type Method Description LayoutManagerZKMetadataDriverBase. getLayoutManager()
-