Uses of Class
org.apache.bookkeeper.replication.ReplicationException.BKAuditException
-
Packages that use ReplicationException.BKAuditException Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.replication Classes for replicating Bookkeeper data. -
-
Uses of ReplicationException.BKAuditException in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client that throw ReplicationException.BKAuditException 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. -
Uses of ReplicationException.BKAuditException in org.apache.bookkeeper.replication
Methods in org.apache.bookkeeper.replication that throw ReplicationException.BKAuditException Modifier and Type Method Description (package private) void
AuditorBookieCheckTask. auditBookies()
java.util.Map<java.lang.String,java.util.Set<java.lang.Long>>
BookieLedgerIndexer. getBookieToLedgerIndex()
Generating bookie vs its ledgers map by reading all the ledgers in each bookie and parsing its metadata.(package private) void
AuditorPlacementPolicyCheckTask. placementPolicyCheck()
(package private) void
AuditorReplicasCheckTask. replicasCheck()
-