public class TestEncodedSeekers extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
BLOCK_SIZE |
private static byte[] |
CF_BYTES |
private static String |
CF_NAME |
static HBaseClassTestRule |
CLASS_RULE |
private boolean |
compressTags |
private org.apache.hadoop.hbase.io.encoding.DataBlockEncoding |
encoding |
private boolean |
includeTags |
private static int |
MAX_VALUE_SIZE |
private static int |
MAX_VERSIONS |
private static int |
MIN_VALUE_SIZE |
private static int |
NUM_COLS_PER_ROW |
private static int |
NUM_HFILES |
private static int |
NUM_ROWS |
private static int |
NUM_ROWS_PER_FLUSH |
private static String |
TABLE_NAME |
private HBaseTestingUtility |
testUtil |
private static boolean |
VERBOSE
Enable when debugging
|
Constructor and Description |
---|
TestEncodedSeekers(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding,
boolean includeTags,
boolean compressTags) |
Modifier and Type | Method and Description |
---|---|
private void |
doGets(org.apache.hadoop.hbase.regionserver.Region region) |
private void |
doPuts(org.apache.hadoop.hbase.regionserver.HRegion region) |
static Collection<Object[]> |
parameters() |
void |
testEncodedSeeker() |
public static final HBaseClassTestRule CLASS_RULE
private static final String TABLE_NAME
private static final String CF_NAME
private static final byte[] CF_BYTES
private static final int MAX_VERSIONS
private static final int BLOCK_SIZE
private static final int MIN_VALUE_SIZE
private static final int MAX_VALUE_SIZE
private static final int NUM_ROWS
private static final int NUM_COLS_PER_ROW
private static final int NUM_HFILES
private static final int NUM_ROWS_PER_FLUSH
private final HBaseTestingUtility testUtil
private final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding
private final boolean includeTags
private final boolean compressTags
private static final boolean VERBOSE
public TestEncodedSeekers(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding, boolean includeTags, boolean compressTags)
public static Collection<Object[]> parameters()
public void testEncodedSeeker() throws IOException
IOException
private void doPuts(org.apache.hadoop.hbase.regionserver.HRegion region) throws IOException
IOException
private void doGets(org.apache.hadoop.hbase.regionserver.Region region) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.