The org.apache.hadoop.hbase.HTableDescriptor is a class in the Java programming language that is part of the Apache HBase library. It is used to describe the structure and properties of a table in HBase, a distributed, scalable, and consistent NoSQL database built on top of Apache Hadoop. The HTableDescriptor class contains methods to set and retrieve various attributes of a table, such as the table name, column families, compression settings, and access control permissions. It is an important component in managing and configuring tables in HBase.
Java HTableDescriptor - 30 examples found. These are the top rated real world Java examples of org.apache.hadoop.hbase.HTableDescriptor extracted from open source projects. You can rate examples to help us improve the quality of examples.