public class TestColumnSchemaModel extends TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>
| Modifier and Type | Field and Description | 
|---|---|
protected static boolean | 
BLOCKCACHE  | 
protected static int | 
BLOCKSIZE  | 
protected static String | 
BLOOMFILTER  | 
static HBaseClassTestRule | 
CLASS_RULE  | 
protected static String | 
COLUMN_NAME  | 
protected static 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 org.apache.hadoop.hbase.rest.model.ColumnSchemaModel | 
buildTestModel()  | 
protected void | 
checkModel(org.apache.hadoop.hbase.rest.model.ColumnSchemaModel model)  | 
void | 
testFromPB()  | 
fromJSON, fromPB, fromXML, testBuildModel, testFromJSON, testFromXML, testToJSON, testToXML, toJSON, toPB, toXMLpublic static final HBaseClassTestRule CLASS_RULE
protected static final String COLUMN_NAME
protected static final boolean BLOCKCACHE
protected static final int BLOCKSIZE
protected static final String BLOOMFILTER
protected static final String COMPRESSION
protected static final boolean IN_MEMORY
protected static final int TTL
protected static final int VERSIONS
public TestColumnSchemaModel() throws Exception
Exceptionprotected org.apache.hadoop.hbase.rest.model.ColumnSchemaModel buildTestModel()
buildTestModel in class TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>protected void checkModel(org.apache.hadoop.hbase.rest.model.ColumnSchemaModel model)
checkModel in class TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>public void testFromPB() throws Exception
testFromPB in class TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.