Uses of Class
org.apache.bookkeeper.meta.exceptions.MetadataException
Packages that use MetadataException
Package
Description
Classes for interacting with bookkeeper ledgers and ledger metadata.
ZooKeeper based metadata implementation.
Commands to operate a single bookie.
-
Uses of MetadataException in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta that throw MetadataExceptionModifier and TypeMethodDescriptionMetadataBookieDriver.getLedgerManagerFactory()Return the ledger manager factory used for accessing ledger metadata.MetadataClientDriver.getLedgerManagerFactory()Return the ledger manager factory used for accessing ledger metadata.MetadataBookieDriver.initialize(ServerConfiguration conf, StatsLogger statsLogger) Initialize the metadata driver.MetadataClientDriver.initialize(ClientConfiguration conf, ScheduledExecutorService scheduler, StatsLogger statsLogger, Optional<Object> ctx) Initialize the metadata driver.static <T> TMetadataDrivers.runFunctionWithLedgerManagerFactory(ServerConfiguration conf, Function<LedgerManagerFactory, T> function) Process the provided function with ledger manager factory resolved from the metadata service uri returned byAbstractConfiguration.getMetadataServiceUri().static <T> TMetadataDrivers.runFunctionWithMetadataBookieDriver(ServerConfiguration conf, Function<MetadataBookieDriver, T> function) Process the provided function with metadata bookie driver resolved from the metadata service uri returned byAbstractConfiguration.getMetadataServiceUri().static <T> TMetadataDrivers.runFunctionWithMetadataClientDriver(ClientConfiguration conf, Function<MetadataClientDriver, T> function, ScheduledExecutorService executorService) Process the provided function with metadata client driver resolved from the metadata service uri returned byAbstractConfiguration.getMetadataServiceUri().static <T> TMetadataDrivers.runFunctionWithRegistrationManager(ServerConfiguration conf, Function<RegistrationManager, T> function) Process the provided function with registration manager resolved from the metadata service uri returned byAbstractConfiguration.getMetadataServiceUri(). -
Uses of MetadataException in org.apache.bookkeeper.meta.zk
Methods in org.apache.bookkeeper.meta.zk that throw MetadataExceptionModifier and TypeMethodDescriptionZKMetadataDriverBase.getLedgerManagerFactory()ZKMetadataBookieDriver.initialize(ServerConfiguration conf, StatsLogger statsLogger) ZKMetadataClientDriver.initialize(ClientConfiguration conf, ScheduledExecutorService scheduler, StatsLogger statsLogger, Optional<Object> optionalCtx) protected voidZKMetadataDriverBase.initialize(AbstractConfiguration<?> conf, StatsLogger statsLogger, RetryPolicy zkRetryPolicy, Optional<Object> optionalCtx) -
Uses of MetadataException in org.apache.bookkeeper.tools.cli.commands.autorecovery
Methods in org.apache.bookkeeper.tools.cli.commands.autorecovery that throw MetadataExceptionModifier and TypeMethodDescriptionbooleanListUnderReplicatedCommand.handler(ServerConfiguration bkConf, ListUnderReplicatedCommand.LURFlags flags) -
Uses of MetadataException in org.apache.bookkeeper.tools.cli.commands.bookie
Methods in org.apache.bookkeeper.tools.cli.commands.bookie that throw MetadataExceptionModifier and TypeMethodDescriptionvoidListActiveLedgersCommand.handler(ServerConfiguration bkConf, ListActiveLedgersCommand.ActiveLedgerFlags cmdFlags) booleanListLedgersCommand.handler(ServerConfiguration conf, ListLedgersCommand.ListLedgersFlags flags)