Uses of Class
org.apache.bookkeeper.bookie.datainteg.DataIntegrityCheckImpl.LedgerResult
-
Packages that use DataIntegrityCheckImpl.LedgerResult Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of DataIntegrityCheckImpl.LedgerResult in org.apache.bookkeeper.bookie.datainteg
Methods in org.apache.bookkeeper.bookie.datainteg that return DataIntegrityCheckImpl.LedgerResult Modifier and Type Method Description (package private) static DataIntegrityCheckImpl.LedgerResultDataIntegrityCheckImpl.LedgerResult. error(long ledgerId, LedgerMetadata metadata, java.lang.Throwable t)(package private) static DataIntegrityCheckImpl.LedgerResultDataIntegrityCheckImpl.LedgerResult. missing(long ledgerId)(package private) static DataIntegrityCheckImpl.LedgerResultDataIntegrityCheckImpl.LedgerResult. ok(long ledgerId, LedgerMetadata metadata)Methods in org.apache.bookkeeper.bookie.datainteg that return types with arguments of type DataIntegrityCheckImpl.LedgerResult Modifier and Type Method Description (package private) java.util.concurrent.CompletableFuture<java.util.Set<DataIntegrityCheckImpl.LedgerResult>>DataIntegrityCheckImpl. checkAndRecoverLedgers(java.util.Map<java.lang.Long,LedgerMetadata> ledgers, java.lang.String runId)Check each ledger passed.
-