Uses of Class
org.apache.bookkeeper.meta.UnderreplicatedLedger
-
Packages that use UnderreplicatedLedger Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata. -
-
Uses of UnderreplicatedLedger in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta that return UnderreplicatedLedger Modifier and Type Method Description UnderreplicatedLedgerLedgerUnderreplicationManager. getLedgerUnreplicationInfo(long ledgerId)Get the UnderreplicatedLedger info if this ledger is marked underreplicated otherwise it returns null.UnderreplicatedLedgerNullMetadataBookieDriver.NullLedgerUnderreplicationManager. getLedgerUnreplicationInfo(long ledgerId)UnderreplicatedLedgerZkLedgerUnderreplicationManager. getLedgerUnreplicationInfo(long ledgerId)Methods in org.apache.bookkeeper.meta that return types with arguments of type UnderreplicatedLedger Modifier and Type Method Description java.util.Iterator<UnderreplicatedLedger>LedgerUnderreplicationManager. listLedgersToRereplicate(java.util.function.Predicate<java.util.List<java.lang.String>> predicate)Get a list of all the underreplicated ledgers which have been marked for rereplication, filtered by the predicate on the missing replicas list.java.util.Iterator<UnderreplicatedLedger>NullMetadataBookieDriver.NullLedgerUnderreplicationManager. listLedgersToRereplicate(java.util.function.Predicate<java.util.List<java.lang.String>> predicate)java.util.Iterator<UnderreplicatedLedger>ZkLedgerUnderreplicationManager. listLedgersToRereplicate(java.util.function.Predicate<java.util.List<java.lang.String>> predicate)Get a list of all the underreplicated ledgers which have been marked for rereplication, filtered by the predicate on the replicas list.
-