@InterfaceAudience.Public public interface ServerMetrics
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCoprocessorNames()
Return the RegionServer-level and Region-level coprocessors
|
int |
getInfoServerPort() |
long |
getLastReportTimestamp() |
Size |
getMaxHeapSize() |
Map<byte[],RegionMetrics> |
getRegionMetrics() |
ReplicationLoadSink |
getReplicationLoadSink()
Call directly from client such as hbase shell
|
List<ReplicationLoadSource> |
getReplicationLoadSourceList()
Call directly from client such as hbase shell
|
Map<String,List<ReplicationLoadSource>> |
getReplicationLoadSourceMap()
Call directly from client such as hbase shell
|
long |
getReportTimestamp() |
long |
getRequestCount() |
long |
getRequestCountPerSecond() |
ServerName |
getServerName() |
Size |
getUsedHeapSize() |
Map<byte[],UserMetrics> |
getUserMetrics() |
default String |
getVersion() |
default int |
getVersionNumber() |
ServerName getServerName()
default int getVersionNumber()
default String getVersion()
long getRequestCountPerSecond()
long getRequestCount()
Size getUsedHeapSize()
Size getMaxHeapSize()
int getInfoServerPort()
List<ReplicationLoadSource> getReplicationLoadSourceList()
Map<String,List<ReplicationLoadSource>> getReplicationLoadSourceMap()
@Nullable ReplicationLoadSink getReplicationLoadSink()
Map<byte[],RegionMetrics> getRegionMetrics()
Map<byte[],UserMetrics> getUserMetrics()
Set<String> getCoprocessorNames()
long getReportTimestamp()
long getLastReportTimestamp()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.