Uses of Interface
org.apache.bookkeeper.bookie.datainteg.EntryCopier.Batch
-
Packages that use EntryCopier.Batch Package Description org.apache.bookkeeper.bookie.datainteg 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.Batch Modifier and Type Class Description (package private) class
EntryCopierImpl.BatchImpl
Methods in org.apache.bookkeeper.bookie.datainteg that return EntryCopier.Batch Modifier and Type Method Description EntryCopier.Batch
EntryCopier. newBatch(long ledgerId, LedgerMetadata metadata)
Start copying a new batch.EntryCopier.Batch
EntryCopierImpl. newBatch(long ledgerId, LedgerMetadata metadata)
Methods in org.apache.bookkeeper.bookie.datainteg with parameters of type EntryCopier.Batch Modifier and Type Method Description (package private) io.reactivex.rxjava3.core.Maybe<java.lang.Long>
DataIntegrityCheckImpl. maybeCopyEntry(WriteSets writeSets, java.util.NavigableMap<java.lang.Long,java.lang.Integer> bookieIndices, long ledgerId, long entryId, EntryCopier.Batch batch)
-