ServerMetrics
instead.@InterfaceAudience.Public @Deprecated public class ServerLoad extends Object implements ServerMetrics
限定符和类型 | 字段和说明 |
---|---|
static ServerLoad |
EMPTY_SERVERLOAD
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
ServerMetricsBuilder.of(ServerName) instead. |
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad |
serverLoad
已过时。
|
构造器和说明 |
---|
ServerLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad)
已过时。
DONT USE this construction.
|
ServerLoad(ServerMetrics metrics)
已过时。
|
ServerLoad(ServerName name,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other)
已过时。
|
Set<String> |
getCoprocessorNames()
已过时。
Return the RegionServer-level and Region-level coprocessors
|
long |
getCurrentCompactedKVs()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
long |
getFilteredReadRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getInfoServerPort()
已过时。
|
long |
getLastReportTimestamp()
已过时。
|
int |
getLoad()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getNumberOfRegions() instead. |
int |
getMaxHeapMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getMaxHeapSize() instead. |
Size |
getMaxHeapSize()
已过时。
|
int |
getMemstoreSizeInMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getMemStoreSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getNumberOfRegions()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
long |
getNumberOfRequests()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
getRequestCountPerSecond() instead. |
long |
getReadRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
Map<byte[],RegionMetrics> |
getRegionMetrics()
已过时。
|
String[] |
getRegionServerCoprocessors()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCoprocessorNames() instead. |
Map<byte[],RegionLoad> |
getRegionsLoad()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
ReplicationLoadSink |
getReplicationLoadSink()
已过时。
Call directly from client such as hbase shell
|
List<ReplicationLoadSource> |
getReplicationLoadSourceList()
已过时。
Call directly from client such as hbase shell
|
long |
getReportTime()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getReportTimestamp() instead. |
long |
getReportTimestamp()
已过时。
|
long |
getRequestCount()
已过时。
|
long |
getRequestCountPerSecond()
已过时。
|
double |
getRequestsPerSecond()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRequestCountPerSecond() instead. |
int |
getRootIndexSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
String[] |
getRsCoprocessors()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCoprocessorNames() instead. |
ServerName |
getServerName()
已过时。
|
int |
getStorefileIndexSizeInMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
long |
getStorefileIndexSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getStorefiles()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
getRegionMetrics() instead. |
int |
getStorefileSizeInMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getStorefileSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getStores()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getStoreUncompressedSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
long |
getTotalCompactingKVs()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
long |
getTotalNumberOfRequests()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
getRequestCount() instead. |
int |
getTotalStaticBloomSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getTotalStaticIndexSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
getUsedHeapMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
getUsedHeapSize() instead. |
Size |
getUsedHeapSize()
已过时。
|
long |
getWriteRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionMetrics() instead. |
int |
hashCode()
已过时。
|
boolean |
hasMaxHeapMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
No flag in 2.0
|
boolean |
hasNumberOfRequests()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
No flag in 2.0
|
boolean |
hasTotalNumberOfRequests()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
No flag in 2.0
|
boolean |
hasUsedHeapMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
No flag in 2.0
|
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad |
obtainServerLoadPB()
已过时。
DONT use this pb object since the byte array backed may be modified in rpc layer
|
String |
toString()
已过时。
|
getVersion, getVersionNumber
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad
@Deprecated public static final ServerLoad EMPTY_SERVERLOAD
ServerMetricsBuilder.of(ServerName)
instead.@InterfaceAudience.Private public ServerLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad)
@InterfaceAudience.Private public ServerLoad(ServerName name, org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad)
@InterfaceAudience.Private public ServerLoad(ServerMetrics metrics)
@InterfaceAudience.Private @Deprecated public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerLoad obtainServerLoadPB()
@Deprecated public long getNumberOfRequests()
getRequestCountPerSecond()
instead.@Deprecated public boolean hasNumberOfRequests()
@Deprecated public long getTotalNumberOfRequests()
getRequestCount()
instead.@Deprecated public boolean hasTotalNumberOfRequests()
@Deprecated public int getUsedHeapMB()
getUsedHeapSize()
instead.@Deprecated public boolean hasUsedHeapMB()
@Deprecated public int getMaxHeapMB()
getMaxHeapSize()
instead.@Deprecated public boolean hasMaxHeapMB()
@Deprecated public int getStores()
getRegionMetrics()
instead.@Deprecated public int getStorefiles()
getRegionMetrics()
instead.@Deprecated public int getStoreUncompressedSizeMB()
getRegionMetrics()
instead.@Deprecated public int getStorefileSizeInMB()
getRegionMetrics()
instead.@Deprecated public int getStorefileSizeMB()
getRegionMetrics()
instead.@Deprecated public int getMemstoreSizeInMB()
getRegionMetrics()
instead.@Deprecated public int getMemStoreSizeMB()
getRegionMetrics()
instead.@Deprecated public int getStorefileIndexSizeInMB()
getRegionMetrics()
instead.@Deprecated public long getStorefileIndexSizeKB()
getRegionMetrics()
instead.@Deprecated public long getReadRequestsCount()
getRegionMetrics()
instead.@Deprecated public long getFilteredReadRequestsCount()
getRegionMetrics()
instead.@Deprecated public long getWriteRequestsCount()
getRegionMetrics()
instead.@Deprecated public int getRootIndexSizeKB()
getRegionMetrics()
instead.@Deprecated public int getTotalStaticIndexSizeKB()
getRegionMetrics()
instead.@Deprecated public int getTotalStaticBloomSizeKB()
getRegionMetrics()
instead.@Deprecated public long getTotalCompactingKVs()
getRegionMetrics()
instead.@Deprecated public long getCurrentCompactedKVs()
getRegionMetrics()
instead.@Deprecated public int getNumberOfRegions()
getRegionMetrics()
instead.public ServerName getServerName()
getServerName
在接口中 ServerMetrics
public long getRequestCountPerSecond()
getRequestCountPerSecond
在接口中 ServerMetrics
public long getRequestCount()
getRequestCount
在接口中 ServerMetrics
public Size getUsedHeapSize()
getUsedHeapSize
在接口中 ServerMetrics
public Size getMaxHeapSize()
getMaxHeapSize
在接口中 ServerMetrics
public int getInfoServerPort()
getInfoServerPort
在接口中 ServerMetrics
public List<ReplicationLoadSource> getReplicationLoadSourceList()
getReplicationLoadSourceList
在接口中 ServerMetrics
public ReplicationLoadSink getReplicationLoadSink()
getReplicationLoadSink
在接口中 ServerMetrics
public Map<byte[],RegionMetrics> getRegionMetrics()
getRegionMetrics
在接口中 ServerMetrics
public Set<String> getCoprocessorNames()
ServerMetrics
getCoprocessorNames
在接口中 ServerMetrics
public long getReportTimestamp()
getReportTimestamp
在接口中 ServerMetrics
public long getLastReportTimestamp()
getLastReportTimestamp
在接口中 ServerMetrics
@Deprecated public int getLoad()
getNumberOfRegions()
instead.@Deprecated public Map<byte[],RegionLoad> getRegionsLoad()
getRegionMetrics()
instead.@Deprecated public String[] getRegionServerCoprocessors()
getCoprocessorNames()
instead.@Deprecated public String[] getRsCoprocessors()
getCoprocessorNames()
instead.@Deprecated public double getRequestsPerSecond()
getRequestCountPerSecond()
instead.public String toString()
toString
在类中 Object
Object.toString()
@Deprecated public long getReportTime()
getReportTimestamp()
instead.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.