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
Nested ClassesModifier and TypeClassDescriptionprivate static classCustom LoadTestDataGenerator. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntegrationTestLazyCfLoading.DataGeneratorprivate static final intA soft test timeout; duration of the test, as such, depends on number of keys to put.private static final Stringprivate static final intprivate static final org.slf4j.Loggerprivate static final intprivate static final intSet regions per server low to ensure splits happen during testprivate static final org.apache.hadoop.hbase.TableNameprivate static final Stringprivate IntegrationTestingUtilityprivate static final intprivate static final int -
Constructor Summary
Constructors -
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