Uses of Interface
org.apache.bookkeeper.verifier.BookkeeperVerifier.BookkeeperDriver
-
Packages that use BookkeeperVerifier.BookkeeperDriver Package Description org.apache.bookkeeper.verifier Simple self-verifying workload generator. -
-
Uses of BookkeeperVerifier.BookkeeperDriver in org.apache.bookkeeper.verifier
Classes in org.apache.bookkeeper.verifier that implement BookkeeperVerifier.BookkeeperDriver Modifier and Type Class Description (package private) class
DirectBookkeeperDriver
Driver for a normal Bookkeeper cluster.Constructors in org.apache.bookkeeper.verifier with parameters of type BookkeeperVerifier.BookkeeperDriver Constructor Description BookkeeperVerifier(BookkeeperVerifier.BookkeeperDriver driver, int ensembleSize, int writeQuorum, int ackQuorum, int duration, int drainTimeout, int targetConcurrentLedgers, int targetConcurrentWrites, int targetWriteGroup, int targetReadGroup, int targetLedgers, long targetLedgerSize, int targetEntrySize, int targetConcurrentReads, double coldToHotRatio)
-