Uses of Enum Class
org.apache.hadoop.hbase.ClusterMetrics.Option
Packages that use org.apache.hadoop.hbase.ClusterMetrics.Option
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ClusterMetrics.Option
ClusterMetricsBuilder.toOption
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option) Convert ClusterStatusProtos.Option to ClusterMetrics.Optionstatic org.apache.hadoop.hbase.ClusterMetrics.Option
ClusterMetrics.Option.valueOf
(String name) static org.apache.hadoop.hbase.ClusterMetrics.Option[]
ClusterMetrics.Option.values()
Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionstatic EnumSet<org.apache.hadoop.hbase.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.OptionMethods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option
ClusterMetricsBuilder.toOption
(org.apache.hadoop.hbase.ClusterMetrics.Option option) Convert ClusterMetrics.Option to ClusterStatusProtos.OptionMethod parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option>
ClusterMetricsBuilder.toOptions
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option -
Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.client
Method parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ClusterMetrics
Admin.getClusterMetrics
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) Get cluster status with a set ofClusterMetrics.Option
to get desired status.CompletableFuture<org.apache.hadoop.hbase.ClusterMetrics>
AsyncAdmin.getClusterMetrics
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) Returns cluster status wrapped byCompletableFuture
-
Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.master
Method parameters in org.apache.hadoop.hbase.master with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ClusterMetrics
HMaster.getClusterMetrics
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) org.apache.hadoop.hbase.ClusterMetrics
HMaster.getClusterMetricsWithoutCoprocessor
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) -
Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.shaded.protobuf
Method parameters in org.apache.hadoop.hbase.shaded.protobuf with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetClusterStatusRequest
RequestConverter.buildGetClusterStatusRequest
(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options) Creates a protocol buffer GetClusterStatusRequest