Class TestCustomWALCellCodec
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestCustomWALCellCodec
extends Object
Test that we can create, load, setup our own custom codec
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest that a customWALCellCodecwill be completely setup when it is instantiated viaWALCellCodecvoidTest that a customWALCellCodecwill fail if provided an invalid code class.
-
Constructor Details
-
TestCustomWALCellCodec
public TestCustomWALCellCodec()
-
-
Method Details