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 void
BookKeeperAdmin. 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.int
BookKeeperAdmin. getLostBookieRecoveryDelay()
Returns the current LostBookieRecoveryDelay value (in seconds) in Zookeeper.void
BookKeeperAdmin. setLostBookieRecoveryDelay(int lostBookieRecoveryDelay)
Setter for LostBookieRecoveryDelay value (in seconds) in Zookeeper.void
BookKeeperAdmin. 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 LedgerUnderreplicationManager
FlatLedgerManagerFactory. newLedgerUnderreplicationManager()
Deprecated.LedgerUnderreplicationManager
LedgerManagerFactory. 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.LedgerUnderreplicationManager
LegacyHierarchicalLedgerManagerFactory. newLedgerUnderreplicationManager()
LedgerUnderreplicationManager
MSLedgerManagerFactory. 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 BookieServer
BookieServer. 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 boolean
LostBookieRecoveryDelayCommand. handler(ServerConfiguration conf, LostBookieRecoveryDelayCommand.LBRDFlags flags)
-