Class TestColumnSchemaModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>
org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
@Tag("org.apache.hadoop.hbase.testclassification.RestTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestColumnSchemaModel
extends TestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.rest.model.ColumnSchemaModelprotected voidcheckModel(org.apache.hadoop.hbase.rest.model.ColumnSchemaModel model) voidMethods inherited from class org.apache.hadoop.hbase.rest.model.TestModelBase
fromJSON, fromPB, fromXML, testBuildModel, testFromJSON, testFromXML, testToJSON, testToXML, toJSON, toPB, toXML
-
Field Details
-
COLUMN_NAME
- See Also:
-
BLOCKCACHE
- See Also:
-
BLOCKSIZE
- See Also:
-
BLOOMFILTER
- See Also:
-
COMPRESSION
- See Also:
-
IN_MEMORY
- See Also:
-
TTL
- See Also:
-
VERSIONS
- See Also:
-
-
Constructor Details
-
TestColumnSchemaModel
- Throws:
Exception
-
-
Method Details
-
buildTestModel
- Specified by:
buildTestModelin classTestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>
-
checkModel
- Specified by:
checkModelin classTestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>
-
testFromPB
- Overrides:
testFromPBin classTestModelBase<org.apache.hadoop.hbase.rest.model.ColumnSchemaModel>- Throws:
Exception
-