Class LocationsIndexRebuildOp
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.ldb.LocationsIndexRebuildOp
-
public class LocationsIndexRebuildOp extends java.lang.Object
Scan all entries in the entry log and rebuild the locations index.
-
-
Constructor Summary
Constructors Constructor Description LocationsIndexRebuildOp(ServerConfiguration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initiate()
-
-
-
Constructor Detail
-
LocationsIndexRebuildOp
public LocationsIndexRebuildOp(ServerConfiguration conf)
-
-