Uses of Class
org.apache.bookkeeper.replication.ReplicationException.CompatibilityException
-
Packages that use ReplicationException.CompatibilityException Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.replication Classes for replicating Bookkeeper data.org.apache.bookkeeper.tools.cli.commands.autorecovery -
-
Uses of ReplicationException.CompatibilityException in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client that throw ReplicationException.CompatibilityException Modifier and Type Method Description voidBookKeeperAdmin. decommissionBookie(BookieId bookieAddress)Triggers AuditTask by resetting lostBookieRecoveryDelay and then make sure the ledgers stored in the given decommissioning bookie are properly replicated and they are not underreplicated because of the given bookie.intBookKeeperAdmin. getLostBookieRecoveryDelay()Returns the current LostBookieRecoveryDelay value (in seconds) in Zookeeper.voidBookKeeperAdmin. setLostBookieRecoveryDelay(int lostBookieRecoveryDelay)Setter for LostBookieRecoveryDelay value (in seconds) in Zookeeper.voidBookKeeperAdmin. triggerAudit()Trigger AuditTask by resetting lostBookieRecoveryDelay to its current value. -
Uses of ReplicationException.CompatibilityException in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta that throw ReplicationException.CompatibilityException Modifier and Type Method Description LedgerUnderreplicationManagerFlatLedgerManagerFactory. newLedgerUnderreplicationManager()Deprecated.LedgerUnderreplicationManagerLedgerManagerFactory. newLedgerUnderreplicationManager()Return a ledger underreplication manager, which is used to mark ledgers as unreplicated, and to retrieve a ledger which is underreplicated so that it can be rereplicated.LedgerUnderreplicationManagerLegacyHierarchicalLedgerManagerFactory. newLedgerUnderreplicationManager()LedgerUnderreplicationManagerMSLedgerManagerFactory. newLedgerUnderreplicationManager()Deprecated.Constructors in org.apache.bookkeeper.meta that throw ReplicationException.CompatibilityException Constructor Description ZkLedgerUnderreplicationManager(AbstractConfiguration conf, org.apache.zookeeper.ZooKeeper zkc) -
Uses of ReplicationException.CompatibilityException in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that throw ReplicationException.CompatibilityException Modifier and Type Method Description static BookieServerBookieServer. newBookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection)Constructors in org.apache.bookkeeper.proto that throw ReplicationException.CompatibilityException Constructor Description BookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection) -
Uses of ReplicationException.CompatibilityException in org.apache.bookkeeper.replication
Constructors in org.apache.bookkeeper.replication that throw ReplicationException.CompatibilityException Constructor Description AutoRecoveryMain(ServerConfiguration conf)AutoRecoveryMain(ServerConfiguration conf, StatsLogger statsLogger)ReplicationWorker(ServerConfiguration conf)Replication worker for replicating the ledger fragments from UnderReplicationManager to the targetBookie.ReplicationWorker(ServerConfiguration conf, BookKeeper bkc, boolean ownBkc, StatsLogger statsLogger)ReplicationWorker(ServerConfiguration conf, StatsLogger statsLogger)Replication worker for replicating the ledger fragments from UnderReplicationManager to the targetBookie. -
Uses of ReplicationException.CompatibilityException in org.apache.bookkeeper.tools.cli.commands.autorecovery
Methods in org.apache.bookkeeper.tools.cli.commands.autorecovery that throw ReplicationException.CompatibilityException Modifier and Type Method Description booleanLostBookieRecoveryDelayCommand. handler(ServerConfiguration conf, LostBookieRecoveryDelayCommand.LBRDFlags flags)
-