Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
static ClusterStatus.Option |
ClusterStatus.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatus.Option[] |
ClusterStatus.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ClusterStatus> |
AsyncAdmin.getClusterStatus(EnumSet<ClusterStatus.Option> options) |
CompletableFuture<ClusterStatus> |
RawAsyncHBaseAdmin.getClusterStatus(EnumSet<ClusterStatus.Option> options) |
ClusterStatus |
Admin.getClusterStatus(EnumSet<ClusterStatus.Option> options)
Get cluster status with a set of
ClusterStatus.Option to get desired status. |
ClusterStatus |
HBaseAdmin.getClusterStatus(EnumSet<ClusterStatus.Option> options) |
CompletableFuture<ClusterStatus> |
AsyncHBaseAdmin.getClusterStatus(EnumSet<ClusterStatus.Option> options) |
Modifier and Type | Method and Description |
---|---|
static ClusterStatus.Option |
ProtobufUtil.toOption(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option)
Convert ClusterStatusProtos.Option to ClusterStatus.Option
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ClusterStatus.Option> |
ProtobufUtil.toOptions(List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option> options)
Convert a list of ClusterStatusProtos.Option to an enum set of ClusterStatus.Option
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option |
ProtobufUtil.toOption(ClusterStatus.Option option)
Convert ClusterStatus.Option to ClusterStatusProtos.Option
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetClusterStatusRequest |
RequestConverter.buildGetClusterStatusRequest(EnumSet<ClusterStatus.Option> options)
Creates a protocol buffer GetClusterStatusRequest
|
static List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option> |
ProtobufUtil.toOptions(EnumSet<ClusterStatus.Option> options)
Convert an enum set of ClusterStatus.Option to a list of ClusterStatusProtos.Option
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.