Package org.apache.hadoop.hbase
Class PerformanceEvaluationCommons
java.lang.Object
org.apache.hadoop.hbase.PerformanceEvaluationCommons
Code shared by PE tests.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertKey
(byte[] expected, byte[] got) static void
assertKey
(byte[] expected, byte[] gotArray, int gotArrayOffset, int gotArrayLength) static void
assertKey
(byte[] expected, ByteBuffer got) static void
static void
assertValueSize
(int expectedSize, int got) static void
-
Field Details
-
LOG
-
-
Constructor Details
-
PerformanceEvaluationCommons
public PerformanceEvaluationCommons()
-
-
Method Details
-
assertValueSize
-
assertKey
-
assertKey
-
assertKey
-
assertKey
public static void assertKey(byte[] expected, byte[] gotArray, int gotArrayOffset, int gotArrayLength) -
concurrentReads
-