public class TestTimeRangeMapRed extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestTimeRangeMapRed.ProcessTimeRangeMapper |
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
(package private) static byte[] |
COLUMN_NAME |
(package private) static byte[] |
FAMILY_NAME |
private static byte[] |
KEY |
private static org.slf4j.Logger |
log |
(package private) static long |
MAXSTAMP |
(package private) static long |
MINSTAMP |
(package private) static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static NavigableMap<Long,Boolean> |
TIMESTAMP |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestTimeRangeMapRed() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
void |
before() |
static void |
beforeClass() |
private void |
runTestOnTable() |
void |
testTimeRangeMapRed() |
private void |
verify(org.apache.hadoop.hbase.client.Table table) |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger log
private static final HBaseTestingUtility UTIL
private org.apache.hadoop.hbase.client.Admin admin
private static final byte[] KEY
private static final NavigableMap<Long,Boolean> TIMESTAMP
static final long MINSTAMP
static final long MAXSTAMP
static final org.apache.hadoop.hbase.TableName TABLE_NAME
static final byte[] FAMILY_NAME
static final byte[] COLUMN_NAME
public TestTimeRangeMapRed()
public static void beforeClass() throws Exception
Exception
public static void afterClass() throws Exception
Exception
public void testTimeRangeMapRed() throws IOException, InterruptedException, ClassNotFoundException
private void runTestOnTable() throws IOException, InterruptedException, ClassNotFoundException
private void verify(org.apache.hadoop.hbase.client.Table table) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.