Class TestEncodedSeekers
java.lang.Object
org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests encoded seekers by loading and reading values.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final byte[]
private static final String
static final HBaseClassTestRule
private final boolean
private final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
private final boolean
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final String
private final HBaseTestingUtil
private static final boolean
Enable when debugging -
Constructor Summary
ConstructorDescriptionTestEncodedSeekers
(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding, boolean includeTags, boolean compressTags) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
doGets
(org.apache.hadoop.hbase.regionserver.Region region) private void
doPuts
(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
-