Uses of Interface
org.apache.hadoop.hbase.ClusterMetrics
Packages that use ClusterMetrics
Package
Description
Provides HBase Client
Table of Contents
-
Uses of ClusterMetrics in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ClusterMetricsFields in org.apache.hadoop.hbase declared as ClusterMetricsModifier and TypeFieldDescriptionprotected ClusterMetricsHBaseCluster.initialClusterStatusDeprecated.the status of the cluster before we beginMethods in org.apache.hadoop.hbase that return ClusterMetricsModifier and TypeMethodDescriptionClusterMetricsBuilder.build()abstract ClusterMetricsHBaseCluster.getClusterMetrics()Deprecated.Returns a ClusterMetrics for this HBase cluster.MiniHBaseCluster.getClusterMetrics()Deprecated.HBaseCluster.getInitialClusterMetrics()Deprecated.Returns a ClusterStatus for this HBase cluster as observed at the starting of the HBaseClusterstatic ClusterMetricsClusterMetricsBuilder.toClusterMetrics(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus proto) Methods in org.apache.hadoop.hbase with parameters of type ClusterMetricsModifier and TypeMethodDescriptionbooleanHBaseCluster.restoreClusterMetrics(ClusterMetrics desiredStatus) Deprecated.Restores the cluster to given state if this is a real cluster, otherwise does nothing.static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatusClusterMetricsBuilder.toClusterStatus(ClusterMetrics metrics) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return ClusterMetricsModifier and TypeMethodDescriptiondefault ClusterMetricsAdmin.getClusterMetrics()Get whole cluster metrics, containing status about:Admin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Get cluster status with a set ofClusterMetrics.Optionto get desired status.AdminOverAsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Methods in org.apache.hadoop.hbase.client that return types with arguments of type ClusterMetricsModifier and TypeMethodDescriptionAsyncAdmin.getClusterMetrics()Returns cluster status wrapped byCompletableFutureAsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Returns cluster status wrapped byCompletableFutureAsyncHBaseAdmin.getClusterMetrics()AsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) RawAsyncHBaseAdmin.getClusterMetrics()RawAsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) Methods in org.apache.hadoop.hbase.client with parameters of type ClusterMetricsModifier and TypeMethodDescriptionvoidClusterStatusListener.receive(ClusterMetrics ncs) Acts upon the reception of a new cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type ClusterMetricsModifier and TypeMethodDescriptiondefault voidMasterObserver.postGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment> ctx, ClusterMetrics status) Called after get cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.hbtop.mode
Methods in org.apache.hadoop.hbase.hbtop.mode with parameters of type ClusterMetricsModifier and TypeMethodDescriptionClientModeStrategy.createRecords(ClusterMetrics clusterMetrics) ClientModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) Mode.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) ModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) NamespaceModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) RegionModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) RegionServerModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) TableModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) UserModeStrategy.getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.hbtop.screen.top
Methods in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type ClusterMetricsModifier and TypeMethodDescriptionprivate voidTopScreenModel.refreshRecords(ClusterMetrics clusterMetrics) private voidTopScreenModel.refreshSummary(ClusterMetrics clusterMetrics) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return ClusterMetricsModifier and TypeMethodDescriptionHMaster.getClusterMetrics()Returns cluster statusHMaster.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) HMaster.getClusterMetricsWithoutCoprocessor()HMaster.getClusterMetricsWithoutCoprocessor(EnumSet<ClusterMetrics.Option> options) Methods in org.apache.hadoop.hbase.master with parameters of type ClusterMetricsModifier and TypeMethodDescriptionprotected voidClusterStatusPublisher.MulticastPublisher.ClusterMetricsEncoder.encode(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext channelHandlerContext, ClusterMetrics clusterStatus, List<Object> objects) voidMasterCoprocessorHost.postGetClusterMetrics(ClusterMetrics status) voidClusterStatusPublisher.MulticastPublisher.publish(ClusterMetrics cs) voidClusterStatusPublisher.Publisher.publish(ClusterMetrics cs) voidLoadBalancer.updateClusterMetrics(ClusterMetrics metrics) Set the current cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as ClusterMetricsModifier and TypeFieldDescriptionprotected ClusterMetricsBaseLoadBalancer.clusterStatusprivate ClusterMetricsRegionHDFSBlockLocationFinder.statusMethods in org.apache.hadoop.hbase.master.balancer with parameters of type ClusterMetricsModifier and TypeMethodDescriptionprivate voidRegionHDFSBlockLocationFinder.refreshLocalityChangedRegions(ClusterMetrics oldStatus, ClusterMetrics newStatus) If locality for a region has changed, that pretty certainly means our cache is out of date.(package private) voidRegionHDFSBlockLocationFinder.setClusterMetrics(ClusterMetrics status) voidBaseLoadBalancer.updateClusterMetrics(ClusterMetrics st) voidCacheAwareLoadBalancer.updateClusterMetrics(ClusterMetrics clusterMetrics) voidMaintenanceLoadBalancer.updateClusterMetrics(ClusterMetrics st) voidStochasticLoadBalancer.updateClusterMetrics(ClusterMetrics st) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.http
Methods in org.apache.hadoop.hbase.master.http that return ClusterMetrics -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model
Methods in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model with parameters of type ClusterMetricsModifier and TypeMethodDescriptionstatic ClusterMetricsClusterMetrics.from(ClusterMetrics clusterMetrics) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
Methods in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource that return ClusterMetricsModifier and TypeMethodDescriptionprivate ClusterMetricsClusterMetricsResource.get(EnumSet<ClusterMetrics.Option> fields) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas with type parameters of type ClusterMetricsModifier and TypeFieldDescriptionprivate final QuotaCache.RefreshableExpiringValueCache<ClusterMetrics>QuotaCache.QuotaRefresherChore.tableRegionStatesClusterMetrics -
Uses of ClusterMetrics in org.apache.hadoop.hbase.rsgroup
Methods in org.apache.hadoop.hbase.rsgroup with parameters of type ClusterMetricsModifier and TypeMethodDescriptionvoidRSGroupBasedLoadBalancer.updateClusterMetrics(ClusterMetrics sm) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return ClusterMetricsModifier and TypeMethodDescriptionThriftAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as ClusterMetrics