public class TestLoadTestKVGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private LoadTestKVGenerator |
gen |
private static int |
MAX_LEN |
private static int |
MIN_LEN |
private Random |
rand |
Constructor and Description |
---|
TestLoadTestKVGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
testCorrectAndUniqueKeys() |
void |
testValueLength() |
void |
testVerification() |
public static final HBaseClassTestRule CLASS_RULE
private static final int MIN_LEN
private static final int MAX_LEN
private LoadTestKVGenerator gen
public TestLoadTestKVGenerator()
public void testValueLength()
public void testVerification()
public void testCorrectAndUniqueKeys()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.