Class TestEncodedSeekers
java.lang.Object
org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests encoded seekers by loading and reading values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final byte[]private static final Stringstatic final HBaseClassTestRuleprivate final booleanprivate final org.apache.hadoop.hbase.io.encoding.DataBlockEncodingprivate final booleanprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final Stringprivate final HBaseTestingUtilityprivate static final booleanEnable when debugging -
Constructor Summary
ConstructorsConstructorDescriptionTestEncodedSeekers(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding, boolean includeTags, boolean compressTags) -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddoGets(org.apache.hadoop.hbase.regionserver.Region region) private voiddoPuts(org.apache.hadoop.hbase.regionserver.HRegion region) static Collection<Object[]>void
-
Field Details
-
CLASS_RULE
-
TABLE_NAME
- See Also:
-
CF_NAME
- See Also:
-
CF_BYTES
-
MAX_VERSIONS
- See Also:
-
BLOCK_SIZE
- See Also:
-
MIN_VALUE_SIZE
- See Also:
-
MAX_VALUE_SIZE
- See Also:
-
NUM_ROWS
- See Also:
-
NUM_COLS_PER_ROW
- See Also:
-
NUM_HFILES
- See Also:
-
NUM_ROWS_PER_FLUSH
- See Also:
-
testUtil
-
encoding
-
includeTags
-
compressTags
-
VERBOSE
Enable when debugging- See Also:
-
-
Constructor Details
-
TestEncodedSeekers
public TestEncodedSeekers(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding, boolean includeTags, boolean compressTags)
-
-
Method Details
-
parameters
-
testEncodedSeeker
- Throws:
IOException
-
doPuts
- Throws:
IOException
-
doGets
- Throws:
IOException
-