public class IntegrationTestLazyCfLoading extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
IntegrationTestLazyCfLoading.DataGenerator
Custom LoadTestDataGenerator.
|
Modifier and Type | Field and Description |
---|---|
private IntegrationTestLazyCfLoading.DataGenerator |
dataGen |
private static int |
DEFAULT_TIMEOUT_MINUTES
A soft test timeout; duration of the test, as such, depends on number of keys to put.
|
private static String |
ENCODING_KEY |
private static int |
KEYS_TO_WRITE_PER_SERVER |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_SERVERS |
private static int |
REGIONS_PER_SERVER
Set regions per server low to ensure splits happen during test
|
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static String |
TIMEOUT_KEY |
private IntegrationTestingUtility |
util |
private static int |
WAIT_BETWEEN_SCANS_MS |
private static int |
WRITER_THREADS |
Constructor and Description |
---|
IntegrationTestLazyCfLoading() |
Modifier and Type | Method and Description |
---|---|
private void |
createTable() |
private void |
deleteTable() |
void |
setUp() |
void |
tearDown() |
void |
testReadersAndWriters() |
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final String TIMEOUT_KEY
private static final String ENCODING_KEY
private static final int DEFAULT_TIMEOUT_MINUTES
private static final int NUM_SERVERS
private static final int REGIONS_PER_SERVER
private static final int KEYS_TO_WRITE_PER_SERVER
private static final int WRITER_THREADS
private static final int WAIT_BETWEEN_SCANS_MS
private static final org.slf4j.Logger LOG
private IntegrationTestingUtility util
private final IntegrationTestLazyCfLoading.DataGenerator dataGen
public IntegrationTestLazyCfLoading()
private void createTable() throws Exception
Exception
private void deleteTable() throws Exception
Exception
public void testReadersAndWriters() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.