Uses of Interface
org.apache.bookkeeper.bookie.BookieShell.UpdateLedgerNotifier
-
Packages that use BookieShell.UpdateLedgerNotifier Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of BookieShell.UpdateLedgerNotifier in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client with parameters of type BookieShell.UpdateLedgerNotifier Modifier and Type Method Description void
UpdateLedgerOp. updateBookieIdInLedgers(BookieId oldBookieId, BookieId newBookieId, int rate, int maxOutstandingReads, int limit, BookieShell.UpdateLedgerNotifier progressable)
Update the bookie id present in the ledger metadata.
-