public class RegionProcedureStorePerformanceEvaluation extends ProcedureStorePerformanceEvaluation<org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore>
Modifier and Type | Class and Description |
---|---|
private static class |
RegionProcedureStorePerformanceEvaluation.MockServer |
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.master.region.MasterRegion |
region |
DEFAULT_NUM_PROCS, DEFAULT_NUM_THREADS, DEFAULT_OUTPUT_PATH, DEFAULT_STATE_SIZE, DEFAULT_SYNC_OPTION, NUM_PROCS_OPTION, NUM_THREADS_OPTION, numProcs, numThreads, OUTPUT_PATH_OPTION, outputPath, SERIALIZED_STATE, STATE_SIZE_OPTION, stateSize, store, SYNC_OPTION, syncType
Constructor and Description |
---|
RegionProcedureStorePerformanceEvaluation() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore |
createProcedureStore(org.apache.hadoop.fs.Path storeDir) |
static void |
main(String[] args) |
protected void |
postStop(org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore store) |
protected void |
preWrite(long procId) |
protected void |
printRawFormatResult(long timeTakenNs) |
addOptions, doWork, processOptions
addOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getConf, getOptionAsDouble, getOptionAsInt, getOptionAsInt, getOptionAsLong, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, run, setConf
private org.apache.hadoop.hbase.master.region.MasterRegion region
public RegionProcedureStorePerformanceEvaluation()
protected org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore createProcedureStore(org.apache.hadoop.fs.Path storeDir) throws IOException
createProcedureStore
in class ProcedureStorePerformanceEvaluation<org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore>
IOException
protected void printRawFormatResult(long timeTakenNs)
printRawFormatResult
in class ProcedureStorePerformanceEvaluation<org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore>
protected void preWrite(long procId) throws IOException
preWrite
in class ProcedureStorePerformanceEvaluation<org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore>
IOException
protected void postStop(org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore store) throws IOException
postStop
in class ProcedureStorePerformanceEvaluation<org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore>
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.