Package org.apache.hadoop.hbase
Class IntegrationTestLazyCfLoading
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
Integration test that verifies lazy CF loading during scans by doing repeated scans with this
feature while multiple threads are continuously writing values; and verifying the result.
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Custom LoadTestDataGenerator. -
Field Summary
Modifier and TypeFieldDescriptionprivate final IntegrationTestLazyCfLoading.DataGenerator
private static final int
A soft test timeout; duration of the test, as such, depends on number of keys to put.private static final String
private static final int
private static final org.slf4j.Logger
private static final int
private static final int
Set regions per server low to ensure splits happen during testprivate static final org.apache.hadoop.hbase.TableName
private static final String
private IntegrationTestingUtility
private static final int
private static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
TABLE_NAME
-
TIMEOUT_KEY
- See Also:
-
ENCODING_KEY
- See Also:
-
DEFAULT_TIMEOUT_MINUTES
A soft test timeout; duration of the test, as such, depends on number of keys to put.- See Also:
-
NUM_SERVERS
- See Also:
-
REGIONS_PER_SERVER
Set regions per server low to ensure splits happen during test- See Also:
-
KEYS_TO_WRITE_PER_SERVER
- See Also:
-
WRITER_THREADS
- See Also:
-
WAIT_BETWEEN_SCANS_MS
- See Also:
-
LOG
-
util
-
dataGen
-
-
Constructor Details
-
IntegrationTestLazyCfLoading
public IntegrationTestLazyCfLoading()
-
-
Method Details