Package org.apache.hadoop.hbase.wal
Class WALPerformanceEvaluation.WALPutBenchmark
java.lang.Object
org.apache.hadoop.hbase.wal.WALPerformanceEvaluation.WALPutBenchmark
- All Implemented Interfaces:
Runnable
- Enclosing class:
- WALPerformanceEvaluation
Perform WAL.append() of Put object, for the number of iterations requested. Keys and Vaues are
generated randomly, the number of column families, qualifiers and key/value size is tunable by
the user.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final int
private final long
private final HRegion
private final NavigableMap<byte[],
Integer> private final int
-
Constructor Summary
ConstructorDescriptionWALPutBenchmark
(HRegion region, TableDescriptor htd, long numIterations, boolean noSync, int syncInterval) -
Method Summary
-
Field Details
-
numIterations
-
numFamilies
-
noSync
-
region
-
syncInterval
-
scopes
-
-
Constructor Details
-
WALPutBenchmark
WALPutBenchmark(HRegion region, TableDescriptor htd, long numIterations, boolean noSync, int syncInterval)
-
-
Method Details