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.| 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 void testReseeksWithOneColumnMiltipleTimestamp()
throws IOException
IOExceptionpublic void testReseeksWithMultipleColumnOneTimestamp()
throws IOException
IOExceptionpublic void testReseeksWithMultipleColumnMultipleTimestamp()
throws IOException
IOExceptionpublic void testReseeksWithMultipleFiles()
throws IOException
IOExceptionpublic void testWithVersionDeletes(boolean flushTables)
throws IOException
IOExceptionpublic void testWithMultipleVersionDeletes()
throws IOException
IOExceptionpublic void testWithColumnDeletes()
throws IOException
IOExceptionpublic void testWithFamilyDeletes()
throws IOException
IOException