Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
HTableDescriptor |
Admin.getTableDescriptor(TableName tableName)
Deprecated.
since 2.0 version and will be removed in 3.0 version.
use
Admin.listTableDescriptor(TableName) |
TableDescriptor |
HBaseAdmin.listTableDescriptor(TableName tableName) |
TableDescriptor |
Admin.listTableDescriptor(TableName tableName)
Method for getting the tableDescriptor
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.