public class TestProtobufLog extends AbstractTestProtobufLog<WALProvider.Writer>
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
currentTest, dir, fs, TEST_UTIL, wals| Constructor and Description |
|---|
TestProtobufLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(WALProvider.Writer writer,
WAL.Entry entry) |
protected WALProvider.Writer |
createWriter(org.apache.hadoop.fs.Path path) |
protected void |
sync(WALProvider.Writer writer) |
setUp, setUpBeforeClass, tearDown, tearDownAfterClass, testWALTrailerpublic static final HBaseClassTestRule CLASS_RULE
public TestProtobufLog()
protected WALProvider.Writer createWriter(org.apache.hadoop.fs.Path path) throws IOException
createWriter in class AbstractTestProtobufLog<WALProvider.Writer>IOExceptionprotected void append(WALProvider.Writer writer, WAL.Entry entry) throws IOException
append in class AbstractTestProtobufLog<WALProvider.Writer>IOExceptionprotected void sync(WALProvider.Writer writer) throws IOException
sync in class AbstractTestProtobufLog<WALProvider.Writer>IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.