public class PerformanceEvaluationCommons extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
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,
org.apache.hadoop.hbase.Cell c) |
static void |
assertValueSize(int expectedSize,
int got) |
static void |
concurrentReads(Runnable r) |
private static final org.slf4j.Logger LOG
public PerformanceEvaluationCommons()
public static void assertValueSize(int expectedSize, int got)
public static void assertKey(byte[] expected, ByteBuffer got)
public static void assertKey(byte[] expected, org.apache.hadoop.hbase.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)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.