Uses of Class
org.apache.bookkeeper.verifier.BookkeeperVerifier.EntryInfo
-
Packages that use BookkeeperVerifier.EntryInfo Package Description org.apache.bookkeeper.verifier Simple self-verifying workload generator. -
-
Uses of BookkeeperVerifier.EntryInfo in org.apache.bookkeeper.verifier
Methods in org.apache.bookkeeper.verifier that return BookkeeperVerifier.EntryInfo Modifier and Type Method Description (package private) BookkeeperVerifier.EntryInfo
BookkeeperVerifier.LedgerInfo.EntryIterator. get()
BookkeeperVerifier.EntryInfo
BookkeeperVerifier.LedgerInfo.EntryIterator. next()
Methods in org.apache.bookkeeper.verifier that return types with arguments of type BookkeeperVerifier.EntryInfo Modifier and Type Method Description (package private) java.util.ArrayList<BookkeeperVerifier.EntryInfo>
BookkeeperVerifier.LedgerInfo. getNextEntries(int num)
-