Uses of Class
org.apache.bookkeeper.bookie.datainteg.WriteSets
-
Packages that use WriteSets Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of WriteSets in org.apache.bookkeeper.bookie.datainteg
Methods in org.apache.bookkeeper.bookie.datainteg with parameters of type WriteSets Modifier and Type Method Description (package private) boolean
DataIntegrityCheckImpl. isEntryMissing(WriteSets writeSets, java.util.NavigableMap<java.lang.Long,java.lang.Integer> bookieIndices, long ledgerId, long entryId)
(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)
-