Uses of Enum Class
org.apache.bookkeeper.meta.LedgerAuditorManager.AuditorEvent
Packages that use LedgerAuditorManager.AuditorEvent
Package
Description
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.AuditorEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LedgerAuditorManager.AuditorEvent[]LedgerAuditorManager.AuditorEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.bookkeeper.meta with type arguments of type LedgerAuditorManager.AuditorEventModifier and TypeMethodDescriptionvoidLedgerAuditorManager.tryToBecomeAuditor(String bookieId, Consumer<LedgerAuditorManager.AuditorEvent> listener) Try to become the auditor.voidNullMetadataBookieDriver.NullLedgerAuditorManager.tryToBecomeAuditor(String bookieId, Consumer<LedgerAuditorManager.AuditorEvent> listener) voidZkLedgerAuditorManager.tryToBecomeAuditor(String bookieId, Consumer<LedgerAuditorManager.AuditorEvent> listener)