Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncAdminBuilder<T extends AsyncAdmin>
For creating
AsyncAdmin . |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHBaseAdmin
The implementation of AsyncAdmin.
|
class |
RawAsyncHBaseAdmin
The implementation of AsyncAdmin.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.