| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatusProtos.Option |
ClusterMetricsBuilder.toOption(ClusterMetrics.Option option)
Convert ClusterMetrics.Option to ClusterStatusProtos.Option
|
| Modifier and Type | Method and Description |
|---|---|
static List<ClusterStatusProtos.Option> |
ClusterMetricsBuilder.toOptions(EnumSet<ClusterMetrics.Option> options)
Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterMetrics.Option |
ClusterMetricsBuilder.toOption(ClusterStatusProtos.Option option)
Convert ClusterStatusProtos.Option to ClusterMetrics.Option
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ClusterMetrics.Option> |
ClusterMetricsBuilder.toOptions(List<ClusterStatusProtos.Option> options)
Convert a list of ClusterStatusProtos.Option to an enum set of ClusterMetrics.Option
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatusProtos.Option |
ClusterStatusProtos.Option.forNumber(int value) |
ClusterStatusProtos.Option |
MasterProtos.GetClusterStatusRequestOrBuilder.getOptions(int index)
repeated .hbase.pb.Option options = 1; |
ClusterStatusProtos.Option |
MasterProtos.GetClusterStatusRequest.getOptions(int index)
repeated .hbase.pb.Option options = 1; |
ClusterStatusProtos.Option |
MasterProtos.GetClusterStatusRequest.Builder.getOptions(int index)
repeated .hbase.pb.Option options = 1; |
static ClusterStatusProtos.Option |
ClusterStatusProtos.Option.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClusterStatusProtos.Option |
ClusterStatusProtos.Option.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClusterStatusProtos.Option |
ClusterStatusProtos.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatusProtos.Option[] |
ClusterStatusProtos.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterStatusProtos.Option> |
MasterProtos.GetClusterStatusRequestOrBuilder.getOptionsList()
repeated .hbase.pb.Option options = 1; |
List<ClusterStatusProtos.Option> |
MasterProtos.GetClusterStatusRequest.getOptionsList()
repeated .hbase.pb.Option options = 1; |
List<ClusterStatusProtos.Option> |
MasterProtos.GetClusterStatusRequest.Builder.getOptionsList()
repeated .hbase.pb.Option options = 1; |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.Option> |
ClusterStatusProtos.Option.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetClusterStatusRequest.Builder |
MasterProtos.GetClusterStatusRequest.Builder.addOptions(ClusterStatusProtos.Option value)
repeated .hbase.pb.Option options = 1; |
MasterProtos.GetClusterStatusRequest.Builder |
MasterProtos.GetClusterStatusRequest.Builder.setOptions(int index,
ClusterStatusProtos.Option value)
repeated .hbase.pb.Option options = 1; |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetClusterStatusRequest.Builder |
MasterProtos.GetClusterStatusRequest.Builder.addAllOptions(Iterable<? extends ClusterStatusProtos.Option> values)
repeated .hbase.pb.Option options = 1; |
Copyright © 2007–2019 Cloudera. All rights reserved.