Class TestTableSchemaModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.TestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>
org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
public class TestTableSchemaModel
extends TestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final booleanprivate static final booleanprivate static final org.slf4j.Loggerprivate static final booleanstatic final String(package private) TestColumnSchemaModel - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.rest.model.TableSchemaModelorg.apache.hadoop.hbase.rest.model.TableSchemaModelbuildTestModel(String name) protected voidcheckModel(org.apache.hadoop.hbase.rest.model.TableSchemaModel model) voidcheckModel(org.apache.hadoop.hbase.rest.model.TableSchemaModel model, String tableName) voidvoidvoidMethods inherited from class org.apache.hadoop.hbase.rest.model.TestModelBase
fromJSON, fromPB, fromXML, testFromJSON, testToJSON, testToXML, toJSON, toPB, toXML 
- 
Field Details
- 
CLASS_RULE
 - 
LOG
 - 
TABLE_NAME
- See Also:
 
 - 
IS_META
- See Also:
 
 - 
IS_ROOT
- See Also:
 
 - 
READONLY
- See Also:
 
 - 
testColumnSchemaModel
 
 - 
 - 
Constructor Details
- 
TestTableSchemaModel
- Throws:
 Exception
 
 - 
 - 
Method Details
- 
buildTestModel
- Specified by:
 buildTestModelin classTestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>
 - 
buildTestModel
 - 
checkModel
- Specified by:
 checkModelin classTestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>
 - 
checkModel
 - 
testBuildModel
- Overrides:
 testBuildModelin classTestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>- Throws:
 Exception
 - 
testFromXML
- Overrides:
 testFromXMLin classTestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>- Throws:
 Exception
 - 
testFromPB
- Overrides:
 testFromPBin classTestModelBase<org.apache.hadoop.hbase.rest.model.TableSchemaModel>- Throws:
 Exception
 
 -