Uses of Enum Class
org.apache.hadoop.hbase.ClusterMetrics.Option
Package
Description
Provides HBase Client
-
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic ClusterMetrics.Option
ClusterMetricsBuilder.toOption
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option) Convert ClusterStatusProtos.Option to ClusterMetrics.Optionstatic ClusterMetrics.Option
Returns the enum constant of this class with the specified name.static ClusterMetrics.Option[]
ClusterMetrics.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic EnumSet<ClusterMetrics.Option>
ClusterMetricsBuilder.toOptions
(List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option> options) Convert a list of ClusterStatusProtos.Option to an enum set of ClusterMetrics.OptionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option
ClusterMetricsBuilder.toOption
(ClusterMetrics.Option option) Convert ClusterMetrics.Option to ClusterStatusProtos.OptionModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option>
ClusterMetricsBuilder.toOptions
(EnumSet<ClusterMetrics.Option> options) Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option -
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Get cluster status with a set ofClusterMetrics.Option
to get desired status.AdminOverAsyncAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) AsyncAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Returns cluster status wrapped byCompletableFuture
AsyncHBaseAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) RawAsyncHBaseAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) -
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionHMaster.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) HMaster.getClusterMetricsWithoutCoprocessor
(EnumSet<ClusterMetrics.Option> options) -
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
Modifier and TypeMethodDescriptionprivate ClusterMetrics
ClusterMetricsResource.get
(EnumSet<ClusterMetrics.Option> fields) -
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options)