Uses of Class
org.apache.bookkeeper.meta.LedgerAuditorManager.AuditorEvent
-
Packages that use LedgerAuditorManager.AuditorEvent Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata. -
-
Uses of LedgerAuditorManager.AuditorEvent in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta that return LedgerAuditorManager.AuditorEvent Modifier and Type Method Description static LedgerAuditorManager.AuditorEvent
LedgerAuditorManager.AuditorEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LedgerAuditorManager.AuditorEvent[]
LedgerAuditorManager.AuditorEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.bookkeeper.meta with type arguments of type LedgerAuditorManager.AuditorEvent Modifier and Type Method Description void
LedgerAuditorManager. tryToBecomeAuditor(java.lang.String bookieId, java.util.function.Consumer<LedgerAuditorManager.AuditorEvent> listener)
Try to become the auditor.void
NullMetadataBookieDriver.NullLedgerAuditorManager. tryToBecomeAuditor(java.lang.String bookieId, java.util.function.Consumer<LedgerAuditorManager.AuditorEvent> listener)
void
ZkLedgerAuditorManager. tryToBecomeAuditor(java.lang.String bookieId, java.util.function.Consumer<LedgerAuditorManager.AuditorEvent> listener)
-