public class PerformanceEvaluationCommons extends Object
| Constructor and Description |
|---|
PerformanceEvaluationCommons() |
| Modifier and Type | Method and Description |
|---|---|
static 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 |
assertKey(byte[] expected,
Cell c) |
static void |
assertValueSize(int expectedSize,
int got) |
static void |
concurrentReads(Runnable r) |
public static void assertValueSize(int expectedSize,
int got)
public static void assertKey(byte[] expected,
ByteBuffer got)
public static void assertKey(byte[] expected,
Cell c)
public static void assertKey(byte[] expected,
byte[] got)
public static void assertKey(byte[] expected,
byte[] gotArray,
int gotArrayOffset,
int gotArrayLength)
public static void concurrentReads(Runnable r)