Uses of Enum Class
org.apache.hadoop.hbase.ClusterMetrics.Option
Packages that use ClusterMetrics.Option
Package
Description
Provides HBase Client
- 
Uses of ClusterMetrics.Option in org.apache.hadoop.hbaseMethods in org.apache.hadoop.hbase that return ClusterMetrics.OptionModifier and TypeMethodDescriptionstatic ClusterMetrics.OptionClusterMetricsBuilder.toOption(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option) Convert ClusterStatusProtos.Option to ClusterMetrics.Optionstatic ClusterMetrics.OptionReturns 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.Methods in org.apache.hadoop.hbase that return types with arguments of type ClusterMetrics.OptionModifier 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.OptionMethods in org.apache.hadoop.hbase with parameters of type ClusterMetrics.OptionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.OptionClusterMetricsBuilder.toOption(ClusterMetrics.Option option) Convert ClusterMetrics.Option to ClusterStatusProtos.OptionMethod parameters in org.apache.hadoop.hbase with type arguments of type ClusterMetrics.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.clientMethod parameters in org.apache.hadoop.hbase.client with type arguments of type ClusterMetrics.OptionModifier and TypeMethodDescriptionAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Get cluster status with a set ofClusterMetrics.Optionto get desired status.AdminOverAsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) AsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Returns cluster status wrapped byCompletableFutureAsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) RawAsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) 
- 
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.masterMethod parameters in org.apache.hadoop.hbase.master with type arguments of type ClusterMetrics.OptionModifier 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.resourceMethod parameters in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource with type arguments of type ClusterMetrics.OptionModifier and TypeMethodDescriptionprivate ClusterMetricsClusterMetricsResource.get(EnumSet<ClusterMetrics.Option> fields) 
- 
Uses of ClusterMetrics.Option in org.apache.hadoop.hbase.thrift2.clientMethod parameters in org.apache.hadoop.hbase.thrift2.client with type arguments of type ClusterMetrics.OptionModifier and TypeMethodDescriptionThriftAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)