Uses of Class
org.apache.bookkeeper.replication.ReplicationException
-
Packages that use ReplicationException Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.replication Classes for replicating Bookkeeper data. -
-
Uses of ReplicationException in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta that throw ReplicationException Modifier and Type Method Description void
LedgerUnderreplicationManager. acquireUnderreplicatedLedger(long ledgerId)
void
NullMetadataBookieDriver.NullLedgerUnderreplicationManager. acquireUnderreplicatedLedger(long ledgerId)
void
ZkLedgerUnderreplicationManager. acquireUnderreplicatedLedger(long ledgerId)
boolean
LedgerUnderreplicationManager. isLedgerBeingReplicated(long ledgerId)
Check whether the ledger is being replicated by any bookie.boolean
NullMetadataBookieDriver.NullLedgerUnderreplicationManager. isLedgerBeingReplicated(long ledgerId)
boolean
ZkLedgerUnderreplicationManager. isLedgerBeingReplicated(long ledgerId)
Check whether the ledger is being replicated by any bookie.default void
LedgerUnderreplicationManager. markLedgerUnderreplicated(long ledgerId, java.lang.String missingReplica)
Mark a ledger as underreplicated. -
Uses of ReplicationException in org.apache.bookkeeper.replication
Subclasses of ReplicationException in org.apache.bookkeeper.replication Modifier and Type Class Description static class
ReplicationException.BKAuditException
Exception while auditing bookie-ledgers.static class
ReplicationException.CompatibilityException
Compatibility error.static class
ReplicationException.NonRecoverableReplicationException
The replication service encountered an error that requires service restart.static class
ReplicationException.UnavailableException
The replication service has become unavailable.Fields in org.apache.bookkeeper.replication with type parameters of type ReplicationException Modifier and Type Field Description static java.util.function.Function<java.lang.Throwable,ReplicationException>
ReplicationException. EXCEPTION_HANDLER
-