public class TestCustomWALCellCodec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCustomWALCellCodec.CustomWALCellCodec |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestCustomWALCellCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCreatePreparesCodec()
Test that a custom
WALCellCodec will be completely setup when it is instantiated via
WALCellCodec |
void |
testCreatePreparesCodecInvalidClass()
Test that a custom
WALCellCodec will fail if provided an invalid
code class. |
public static final HBaseClassTestRule CLASS_RULE
public TestCustomWALCellCodec()
public void testCreatePreparesCodec() throws Exception
WALCellCodec will be completely setup when it is instantiated via
WALCellCodecException - on failurepublic void testCreatePreparesCodecInvalidClass() throws Exception
WALCellCodec will fail if provided an invalid
code class.ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.