Uses of Interface
org.apache.bookkeeper.bookie.datainteg.DataIntegrityCheck
-
Packages that use DataIntegrityCheck Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of DataIntegrityCheck in org.apache.bookkeeper.bookie.datainteg
Classes in org.apache.bookkeeper.bookie.datainteg that implement DataIntegrityCheck Modifier and Type Class Description class
DataIntegrityCheckImpl
An implementation of the DataIntegrityCheck interface.Constructors in org.apache.bookkeeper.bookie.datainteg with parameters of type DataIntegrityCheck Constructor Description DataIntegrityCookieValidation(ServerConfiguration conf, RegistrationManager registrationManager, DataIntegrityCheck dataIntegCheck)
DataIntegrityService(BookieConfiguration conf, StatsLogger statsLogger, DataIntegrityCheck check)
-