Uses of Class
org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions
-
Uses of PerformanceEvaluation.TestOptions in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate static final PerformanceEvaluation.TestOptions
PerformanceEvaluation.DEFAULT_OPTS
protected final PerformanceEvaluation.TestOptions
PerformanceEvaluation.TestBase.opts
Modifier and TypeMethodDescription(package private) static PerformanceEvaluation.TestOptions
PerformanceEvaluation.calculateRowsAndSize
(PerformanceEvaluation.TestOptions opts) (package private) static PerformanceEvaluation.TestOptions
Parse options passed in via an arguments array.Modifier and TypeMethodDescription(package private) static PerformanceEvaluation.TestOptions
PerformanceEvaluation.calculateRowsAndSize
(PerformanceEvaluation.TestOptions opts) (package private) static boolean
PerformanceEvaluation.checkTable
(Admin admin, PerformanceEvaluation.TestOptions opts) (package private) static PerformanceEvaluation.RunResult[]
PerformanceEvaluation.doLocalClients
(PerformanceEvaluation.TestOptions opts, org.apache.hadoop.conf.Configuration conf) (package private) static org.apache.hadoop.mapreduce.Job
PerformanceEvaluation.doMapReduce
(PerformanceEvaluation.TestOptions opts, org.apache.hadoop.conf.Configuration conf) private static int
PerformanceEvaluation.getAverageValueLength
(PerformanceEvaluation.TestOptions opts) (package private) static int
PerformanceEvaluation.getRowsPerGB
(PerformanceEvaluation.TestOptions opts) protected static byte[][]
PerformanceEvaluation.getSplits
(PerformanceEvaluation.TestOptions opts) generates splits based on total number of rows and specified split regionsprotected static TableDescriptor
PerformanceEvaluation.getTableDescriptor
(PerformanceEvaluation.TestOptions opts) Create an HTableDescriptor from provided TestOptions.(package private) static PerformanceEvaluation.RunResult
PerformanceEvaluation.runOneClient
(Class<? extends PerformanceEvaluation.TestBase> cmd, org.apache.hadoop.conf.Configuration conf, Connection con, AsyncConnection asyncCon, PerformanceEvaluation.TestOptions opts, PerformanceEvaluation.Status status) private void
PerformanceEvaluation.runTest
(Class<? extends PerformanceEvaluation.TestBase> cmd, PerformanceEvaluation.TestOptions opts) (package private) static void
PerformanceEvaluation.setupConnectionCount
(PerformanceEvaluation.TestOptions opts) private static void
PerformanceEvaluation.validateParsedOpts
(PerformanceEvaluation.TestOptions opts) Validates opts after all the opts are parsed, so that caller need not to maintain order of opts(package private) static org.apache.hadoop.fs.Path
PerformanceEvaluation.writeInputFile
(org.apache.hadoop.conf.Configuration c, PerformanceEvaluation.TestOptions opts) (package private) static org.apache.hadoop.fs.Path
PerformanceEvaluation.writeInputFile
(org.apache.hadoop.conf.Configuration c, PerformanceEvaluation.TestOptions opts, org.apache.hadoop.fs.Path basedir) ModifierConstructorDescription(package private)
AppendTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncRandomReadTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncRandomWriteTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncScanTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncSequentialReadTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncSequentialWriteTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncTableTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
BufferedMutatorTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
CASTableTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
CheckAndDeleteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
CheckAndMutateTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
CheckAndPutTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
CleanMetaTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
FilteredScanTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
IncrementTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
MetaRandomReadTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
MetaTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
MetaWriteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomDeleteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomReadTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomScanWithRange10000Test
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomScanWithRange1000Test
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomScanWithRange100Test
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomScanWithRange10Test
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomScanWithRangeTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomSeekScanTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
RandomWriteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
ReverseScanTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
ScanTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
SequentialDeleteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
SequentialReadTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
SequentialWriteTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
TableTest
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
Test
(Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
TestBase
(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) Note that all subclasses of this class must provide a public constructor that has the exact same list of arguments.Clone constructor.