public class TestWALRecordReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
protected MultiVersionConcurrencyControl |
mvcc |
protected static NavigableMap<byte[],Integer> |
scopes |
| Constructor and Description |
|---|
TestWALRecordReader() |
| Modifier and Type | Method and Description |
|---|---|
protected WALKeyImpl |
getWalKeyImpl(long time,
NavigableMap<byte[],Integer> scopes) |
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testPartialRead()
Test partial reads from the log based on passed time range
|
void |
testWALRecordReader()
Test basic functionality
|
public static final HBaseClassTestRule CLASS_RULE
protected MultiVersionConcurrencyControl mvcc
protected static NavigableMap<byte[],Integer> scopes
public TestWALRecordReader()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testPartialRead() throws Exception
Exceptionpublic void testWALRecordReader() throws Exception
Exceptionprotected WALKeyImpl getWalKeyImpl(long time, NavigableMap<byte[],Integer> scopes)
Copyright © 2007–2019 Cloudera. All rights reserved.