Uses of Interface
org.apache.bookkeeper.bookie.datainteg.EntryCopier
-
Packages that use EntryCopier Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of EntryCopier in org.apache.bookkeeper.bookie.datainteg
Classes in org.apache.bookkeeper.bookie.datainteg that implement EntryCopier Modifier and Type Class Description class
EntryCopierImpl
Implementation for the EntryCopier interface.Constructors in org.apache.bookkeeper.bookie.datainteg with parameters of type EntryCopier Constructor Description DataIntegrityCheckImpl(BookieId bookieId, LedgerManager ledgerManager, LedgerStorage ledgerStorage, EntryCopier entryCopier, BookKeeperAdmin admin, io.reactivex.rxjava3.core.Scheduler scheduler)
-