Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
static void |
HBaseAdmin.available(org.apache.hadoop.conf.Configuration conf)
Is HBase available? Throw an exception if not.
|
static void |
HBaseAdmin.checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)
Deprecated.
since hbase-2.0.0 because throws a ServiceException. We don't want to have
protobuf as part of our public API. Use
HBaseAdmin.available(Configuration) |
org.apache.hadoop.hbase.client.MasterKeepAliveConnection |
ClusterConnection.getKeepAliveMasterService()
Deprecated.
Since 0.96.0
|
boolean |
ClusterConnection.isMasterRunning()
Deprecated.
this has been deprecated without a replacement
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.