Class HTableDescriptor

java.lang.Object
org.apache.hadoop.hbase.HTableDescriptor
All Implemented Interfaces:
Comparable<HTableDescriptor>, TableDescriptor
Direct Known Subclasses:
ImmutableHTableDescriptor

Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use TableDescriptorBuilder to build HTableDescriptor.
HTableDescriptor contains the details about an HBase table such as the descriptors of all the column families, is the table a catalog table, hbase:meta , if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...