Uses of Interface
org.apache.bookkeeper.bookie.datainteg.EntryCopier.Batch
Packages that use EntryCopier.Batch
Package
Description
Package of the classes for defining bookie stats.
-
Uses of EntryCopier.Batch in org.apache.bookkeeper.bookie.datainteg
Classes in org.apache.bookkeeper.bookie.datainteg that implement EntryCopier.BatchMethods in org.apache.bookkeeper.bookie.datainteg that return EntryCopier.BatchModifier and TypeMethodDescriptionEntryCopier.newBatch(long ledgerId, LedgerMetadata metadata) Start copying a new batch.EntryCopierImpl.newBatch(long ledgerId, LedgerMetadata metadata) Methods in org.apache.bookkeeper.bookie.datainteg with parameters of type EntryCopier.BatchModifier and TypeMethodDescription(package private) io.reactivex.rxjava3.core.Maybe<Long>DataIntegrityCheckImpl.maybeCopyEntry(WriteSets writeSets, NavigableMap<Long, Integer> bookieIndices, long ledgerId, long entryId, EntryCopier.Batch batch)