Class LedgersIndexCheckOp
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.ldb.LedgersIndexCheckOp
-
public class LedgersIndexCheckOp extends java.lang.Object
Scan the ledgers index to make sure it is readable.
-
-
Constructor Summary
Constructors Constructor Description LedgersIndexCheckOp(ServerConfiguration conf, boolean verbose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
initiate()
-
-
-
Constructor Detail
-
LedgersIndexCheckOp
public LedgersIndexCheckOp(ServerConfiguration conf, boolean verbose)
-
-