public class TestColumnSchemaModel extends TestModelBase<ColumnSchemaModel>
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
BLOCKCACHE |
protected static int |
BLOCKSIZE |
protected static java.lang.String |
BLOOMFILTER |
protected static java.lang.String |
COLUMN_NAME |
protected static java.lang.String |
COMPRESSION |
protected static boolean |
IN_MEMORY |
protected static int |
TTL |
protected static int |
VERSIONS |
| Constructor and Description |
|---|
TestColumnSchemaModel() |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnSchemaModel |
buildTestModel() |
protected void |
checkModel(ColumnSchemaModel model) |
void |
testFromPB() |
fromJSON, fromPB, fromXML, testBuildModel, testFromJSON, testFromXML, testToJSON, testToXML, toJSON, toPB, toXMLprotected static final java.lang.String COLUMN_NAME
protected static final boolean BLOCKCACHE
protected static final int BLOCKSIZE
protected static final java.lang.String BLOOMFILTER
protected static final java.lang.String COMPRESSION
protected static final boolean IN_MEMORY
protected static final int TTL
protected static final int VERSIONS
public TestColumnSchemaModel()
throws java.lang.Exception
java.lang.Exceptionprotected ColumnSchemaModel buildTestModel()
buildTestModel in class TestModelBase<ColumnSchemaModel>protected void checkModel(ColumnSchemaModel model)
checkModel in class TestModelBase<ColumnSchemaModel>public void testFromPB()
throws java.lang.Exception
testFromPB in class TestModelBase<ColumnSchemaModel>java.lang.Exception