Uses of Interface
org.apache.hadoop.hbase.ServerMetrics
Packages that use ServerMetrics
Package
Description
-
Uses of ServerMetrics in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ServerMetricsModifier and TypeClassDescriptionclass
Deprecated.private static class
Fields in org.apache.hadoop.hbase declared as ServerMetricsFields in org.apache.hadoop.hbase with type parameters of type ServerMetricsModifier and TypeFieldDescriptionprivate final Map<ServerName,
ServerMetrics> ClusterMetricsBuilder.ClusterMetricsImpl.liveServerMetrics
private Map<ServerName,
ServerMetrics> ClusterMetricsBuilder.liveServerMetrics
Methods in org.apache.hadoop.hbase that return ServerMetricsModifier and TypeMethodDescriptionServerMetricsBuilder.build()
static ServerMetrics
ServerMetricsBuilder.of
(ServerName sn) static ServerMetrics
ServerMetricsBuilder.of
(ServerName sn, int versionNumber, String version) static ServerMetrics
ServerMetricsBuilder.toServerMetrics
(ServerName serverName, int versionNumber, String version, org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoadPB) static ServerMetrics
ServerMetricsBuilder.toServerMetrics
(ServerName serverName, org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoadPB) static ServerMetrics
ServerMetricsBuilder.toServerMetrics
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.LiveServerInfo serverInfo) Methods in org.apache.hadoop.hbase that return types with arguments of type ServerMetricsModifier and TypeMethodDescriptionClusterMetrics.getLiveServerMetrics()
Returns the names of region servers on the live listClusterMetricsBuilder.ClusterMetricsImpl.getLiveServerMetrics()
ClusterStatus.getLiveServerMetrics()
Deprecated.Methods in org.apache.hadoop.hbase with parameters of type ServerMetricsModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad
ServerMetricsBuilder.toServerLoad
(ServerMetrics metrics) Method parameters in org.apache.hadoop.hbase with type arguments of type ServerMetricsModifier and TypeMethodDescriptionClusterMetricsBuilder.setLiveServerMetrics
(Map<ServerName, ServerMetrics> value) Constructors in org.apache.hadoop.hbase with parameters of type ServerMetricsConstructor parameters in org.apache.hadoop.hbase with type arguments of type ServerMetricsModifierConstructorDescription(package private)
ClusterMetricsImpl
(String hbaseVersion, List<ServerName> deadServerNames, List<ServerName> unknownServerNames, Map<ServerName, ServerMetrics> liveServerMetrics, ServerName masterName, List<ServerName> backupMasterNames, List<RegionState> regionsInTransition, String clusterId, List<String> masterCoprocessorNames, Boolean balancerOn, int masterInfoPort, List<ServerName> serversName, Map<TableName, RegionStatesCount> tableRegionStatesCount, List<ServerTask> masterTasks) -
Uses of ServerMetrics in org.apache.hadoop.hbase.hbtop.mode
Methods in org.apache.hadoop.hbase.hbtop.mode with parameters of type ServerMetricsModifier and TypeMethodDescriptionprivate Record
RegionModeStrategy.createRecord
(ServerMetrics serverMetrics, RegionMetrics regionMetrics, long lastReportTimestamp) -
Uses of ServerMetrics in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master with type parameters of type ServerMetricsModifier and TypeFieldDescriptionprivate final ConcurrentNavigableMap<ServerName,
ServerMetrics> ServerManager.onlineServers
Map of registered servers to their current loadMethods in org.apache.hadoop.hbase.master that return ServerMetricsModifier and TypeMethodDescriptionServerManager.getLoad
(ServerName serverName) Returns ServerMetrics if serverName is known else nullMethods in org.apache.hadoop.hbase.master that return types with arguments of type ServerMetricsModifier and TypeMethodDescriptionprivate Map<ServerName,
ServerMetrics> HMaster.getOnlineServers()
ServerManager.getOnlineServers()
Returns Read-only map of servers to serverinfoMethods in org.apache.hadoop.hbase.master with parameters of type ServerMetricsModifier and TypeMethodDescription(package private) boolean
ServerManager.checkAndRecordNewServer
(ServerName serverName, ServerMetrics sl) Check is a server of same host and port already exists, if not, or the existed one got a smaller start code, record it.(package private) void
ServerManager.recordNewServerWithLock
(ServerName serverName, ServerMetrics sl) Adds the onlineServers list.void
ServerManager.regionServerReport
(ServerName sn, ServerMetrics sl) private void
ServerManager.updateLastFlushedSequenceIds
(ServerName sn, ServerMetrics hsl) Updates last flushed sequence Ids for the regions on server snMethod parameters in org.apache.hadoop.hbase.master with type arguments of type ServerMetricsModifier and TypeMethodDescriptionServerManager.getOnlineServersListWithPredicator
(List<ServerName> keys, Predicate<ServerMetrics> idleServerPredicator) RegionsRecoveryChore.getTableToRegionsByRefCount
(Map<ServerName, ServerMetrics> serverMetricsMap) -
Uses of ServerMetrics in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer with type parameters of type ServerMetricsModifier and TypeFieldDescriptionprivate static final Predicate<ServerMetrics>
BaseLoadBalancer.IDLE_SERVER_PREDICATOR
Method parameters in org.apache.hadoop.hbase.master.balancer with type arguments of type ServerMetricsModifier and TypeMethodDescriptionprivate float
RegionLocationFinder.getOldLocality
(ServerName newServer, byte[] regionName, Map<ServerName, ServerMetrics> oldServers) -
Uses of ServerMetrics 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 types with arguments of type ServerMetrics
ServerMetrics
instead.