public class TestTimestampsFilter 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 |
|---|
TestTimestampsFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testMultiColumns() |
void |
testTimestampsFilter()
Test from client side for TimestampsFilter.
|
void |
testWithVersionDeletes()
Test TimestampsFilter in the presence of version deletes.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestTimestampsFilter()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testTimestampsFilter() throws Exception
Exceptionpublic void testMultiColumns() throws Exception
Exceptionpublic void testWithVersionDeletes() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.