Uses of Interface
org.apache.hadoop.hbase.ClusterMetrics
Package
Description
Provides HBase Client
Table of Contents
-
Uses of ClusterMetrics in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprotected ClusterMetrics
HBaseCluster.initialClusterStatus
Deprecated.the status of the cluster before we beginModifier and TypeMethodDescriptionClusterMetricsBuilder.build()
abstract ClusterMetrics
HBaseCluster.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 ClusterMetrics
ClusterMetricsBuilder.toClusterMetrics
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus proto) Modifier and TypeMethodDescriptionboolean
HBaseCluster.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.ClusterStatus
ClusterMetricsBuilder.toClusterStatus
(ClusterMetrics metrics) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault ClusterMetrics
Admin.getClusterMetrics()
Get whole cluster metrics, containing status about:Admin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Get cluster status with a set ofClusterMetrics.Option
to get desired status.AdminOverAsyncAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Modifier and TypeMethodDescriptionAsyncAdmin.getClusterMetrics()
Returns cluster status wrapped byCompletableFuture
AsyncAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Returns cluster status wrapped byCompletableFuture
AsyncHBaseAdmin.getClusterMetrics()
AsyncHBaseAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) RawAsyncHBaseAdmin.getClusterMetrics()
RawAsyncHBaseAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) Modifier and TypeMethodDescriptionvoid
ClusterStatusListener.receive
(ClusterMetrics ncs) Acts upon the reception of a new cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault void
MasterObserver.postGetClusterMetrics
(ObserverContext<MasterCoprocessorEnvironment> ctx, ClusterMetrics status) Called after get cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.hbtop.mode
Modifier 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
Modifier and TypeMethodDescriptionprivate void
TopScreenModel.refreshRecords
(ClusterMetrics clusterMetrics) private void
TopScreenModel.refreshSummary
(ClusterMetrics clusterMetrics) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionHMaster.getClusterMetrics()
Returns cluster statusHMaster.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) HMaster.getClusterMetricsWithoutCoprocessor()
HMaster.getClusterMetricsWithoutCoprocessor
(EnumSet<ClusterMetrics.Option> options) Modifier and TypeMethodDescriptionprotected void
ClusterStatusPublisher.MulticastPublisher.ClusterMetricsEncoder.encode
(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext channelHandlerContext, ClusterMetrics clusterStatus, List<Object> objects) void
MasterCoprocessorHost.postGetClusterMetrics
(ClusterMetrics status) void
ClusterStatusPublisher.MulticastPublisher.publish
(ClusterMetrics cs) void
ClusterStatusPublisher.Publisher.publish
(ClusterMetrics cs) void
LoadBalancer.updateClusterMetrics
(ClusterMetrics metrics) Set the current cluster status. -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.balancer
Modifier and TypeFieldDescriptionprotected ClusterMetrics
BaseLoadBalancer.clusterStatus
private ClusterMetrics
RegionHDFSBlockLocationFinder.status
Modifier and TypeMethodDescriptionprivate void
RegionHDFSBlockLocationFinder.refreshLocalityChangedRegions
(ClusterMetrics oldStatus, ClusterMetrics newStatus) If locality for a region has changed, that pretty certainly means our cache is out of date.(package private) void
RegionHDFSBlockLocationFinder.setClusterMetrics
(ClusterMetrics status) void
BaseLoadBalancer.updateClusterMetrics
(ClusterMetrics st) void
CacheAwareLoadBalancer.updateClusterMetrics
(ClusterMetrics clusterMetrics) void
MaintenanceLoadBalancer.updateClusterMetrics
(ClusterMetrics st) void
StochasticLoadBalancer.updateClusterMetrics
(ClusterMetrics st) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.http
-
Uses of ClusterMetrics in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model
Modifier and TypeMethodDescriptionstatic ClusterMetrics
ClusterMetrics.from
(ClusterMetrics clusterMetrics) -
Uses of ClusterMetrics 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 in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final QuotaCache.RefreshableExpiringValueCache<ClusterMetrics>
QuotaCache.QuotaRefresherChore.tableRegionStatesClusterMetrics
-
Uses of ClusterMetrics in org.apache.hadoop.hbase.rsgroup
Modifier and TypeMethodDescriptionvoid
RSGroupBasedLoadBalancer.updateClusterMetrics
(ClusterMetrics sm) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftAdmin.getClusterMetrics
(EnumSet<ClusterMetrics.Option> options) -
Uses of ClusterMetrics in org.apache.hadoop.hbase.util