Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AsyncHBaseAdmin
Just a wrapper of
RawAsyncHBaseAdmin . |
(package private) class |
RawAsyncHBaseAdmin
The implementation of AsyncAdmin.
|
Modifier and Type | Method and Description |
---|---|
AsyncAdmin |
AsyncAdminBuilder.build()
Create a
AsyncAdmin instance. |
default AsyncAdmin |
AsyncConnection.getAdmin()
Retrieve an
AsyncAdmin implementation to administer an HBase cluster. |
default AsyncAdmin |
AsyncConnection.getAdmin(ExecutorService pool)
Retrieve an
AsyncAdmin implementation 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.