public class TestMultipleTimestamps extends Object
TimestampsFilter using HBase client APIs.
Sets up the HBase mini cluster once at start. Each creates a table
named for the method and does its stuff against that.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestMultipleTimestamps() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testReseeksWithMultipleColumnMultipleTimestamp() |
void |
testReseeksWithMultipleColumnOneTimestamp() |
void |
testReseeksWithMultipleFiles() |
void |
testReseeksWithOneColumnMiltipleTimestamp() |
void |
testWithColumnDeletes() |
void |
testWithFamilyDeletes() |
void |
testWithMultipleVersionDeletes() |
void |
testWithVersionDeletes() |
void |
testWithVersionDeletes(boolean flushTables) |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMultipleTimestamps()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testReseeksWithOneColumnMiltipleTimestamp() throws IOException
IOExceptionpublic void testReseeksWithMultipleColumnOneTimestamp() throws IOException
IOExceptionpublic void testReseeksWithMultipleColumnMultipleTimestamp() throws IOException
IOExceptionpublic void testReseeksWithMultipleFiles() throws IOException
IOExceptionpublic void testWithVersionDeletes() throws Exception
Exceptionpublic void testWithVersionDeletes(boolean flushTables) throws IOException
IOExceptionpublic void testWithMultipleVersionDeletes() throws IOException
IOExceptionpublic void testWithColumnDeletes() throws IOException
IOExceptionpublic void testWithFamilyDeletes() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.