Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
TableDescriptor |
Admin.getDescriptor(TableName tableName)
Get a table descriptor.
|
HTableDescriptor |
Admin.getTableDescriptor(TableName tableName)
Deprecated.
since 2.0 version and will be removed in 3.0 version. Use
Admin.getDescriptor(TableName) . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.