Class TableSchemaModel

java.lang.Object
org.apache.hadoop.hbase.rest.model.TableSchemaModel
All Implemented Interfaces:
Serializable, ProtobufMessageHandler

@Private public class TableSchemaModel extends Object implements Serializable, ProtobufMessageHandler
A representation of HBase table descriptors.
 <complexType name="TableSchema">
   <sequence>
     <element name="column" type="tns:ColumnSchema"
       maxOccurs="unbounded" minOccurs="1"></element>
   </sequence>
   <attribute name="name" type="string"></attribute>
   <anyAttribute></anyAttribute>
 </complexType>
 
See Also: