| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | AsyncHBaseAdminJust a wrapper of  RawAsyncHBaseAdmin. | 
| (package private) class  | RawAsyncHBaseAdminThe implementation of AsyncAdmin. | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncAdmin | AsyncAdminBuilder. build()Create a  AsyncAdmininstance. | 
| default AsyncAdmin | AsyncConnection. getAdmin()Retrieve an  AsyncAdminimplementation to administer an HBase cluster. | 
| default AsyncAdmin | AsyncConnection. getAdmin(ExecutorService pool)Retrieve an  AsyncAdminimplementation to administer an HBase cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| private CompletableFuture<Void> | RawAsyncHBaseAdmin. compareTableWithPeerCluster(TableName tableName,
                           TableDescriptor tableDesc,
                           ReplicationPeerDescription peer,
                           AsyncAdmin peerAdmin) | 
| Constructor and Description | 
|---|
| ModifyTableProcedureBiConsumer(AsyncAdmin admin,
                              TableName tableName) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.