Class TableInfoModel

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

@Private public class TableInfoModel extends Object implements Serializable, ProtobufMessageHandler
Representation of a list of table regions.
 <complexType name="TableInfo">
   <sequence>
     <element name="region" type="tns:TableRegion"
       maxOccurs="unbounded" minOccurs="1"></element>
   </sequence>
   <attribute name="name" type="string"></attribute>
 </complexType>
 
See Also: