Class ProcedureStorePerformanceEvaluation.Worker
java.lang.Object
org.apache.hadoop.hbase.procedure2.store.ProcedureStorePerformanceEvaluation.Worker
- Enclosing class:
- ProcedureStorePerformanceEvaluation<T extends org.apache.hadoop.hbase.procedure2.store.ProcedureStore>
private final class ProcedureStorePerformanceEvaluation.Worker
extends Object
implements Callable<Integer>
Callable to generate load for wal by inserting/deleting/updating procedures. If procedure store
fails to roll log file (throws IOException), all threads quit, and at least one returns value
of
AbstractHBaseTool.EXIT_FAILURE
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
start
-
-
Constructor Details
-
Worker
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Integer>
- Throws:
IOException
-