Uses of Class
org.apache.bookkeeper.meta.UnderreplicatedLedger
Packages that use UnderreplicatedLedger
Package
Description
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 UnderreplicatedLedgerModifier and TypeMethodDescriptionLedgerUnderreplicationManager.getLedgerUnreplicationInfo(long ledgerId) Get the UnderreplicatedLedger info if this ledger is marked underreplicated otherwise it returns null.NullMetadataBookieDriver.NullLedgerUnderreplicationManager.getLedgerUnreplicationInfo(long ledgerId) ZkLedgerUnderreplicationManager.getLedgerUnreplicationInfo(long ledgerId) Methods in org.apache.bookkeeper.meta that return types with arguments of type UnderreplicatedLedgerModifier and TypeMethodDescriptionLedgerUnderreplicationManager.listLedgersToRereplicate(Predicate<List<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.NullMetadataBookieDriver.NullLedgerUnderreplicationManager.listLedgersToRereplicate(Predicate<List<String>> predicate) ZkLedgerUnderreplicationManager.listLedgersToRereplicate(Predicate<List<String>> predicate) Get a list of all the underreplicated ledgers which have been marked for rereplication, filtered by the predicate on the replicas list.