| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | 
| Modifier and Type | Field and Description | 
|---|---|
private ReplicationLoadSink | 
ServerMetricsBuilder.sink  | 
private ReplicationLoadSink | 
ServerMetricsBuilder.ServerMetricsImpl.sink  | 
| Modifier and Type | Method and Description | 
|---|---|
ReplicationLoadSink | 
ServerMetrics.getReplicationLoadSink()
Call directly from client such as hbase shell 
 | 
ReplicationLoadSink | 
ServerLoad.getReplicationLoadSink()
Deprecated.  
Call directly from client such as hbase shell 
 | 
ReplicationLoadSink | 
ServerMetricsBuilder.ServerMetricsImpl.getReplicationLoadSink()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerMetricsBuilder | 
ServerMetricsBuilder.setReplicationLoadSink(ReplicationLoadSink value)  | 
| Constructor and Description | 
|---|
ServerMetricsImpl(ServerName serverName,
                 int versionNumber,
                 String version,
                 long requestCountPerSecond,
                 long requestCount,
                 Size usedHeapSize,
                 Size maxHeapSize,
                 int infoServerPort,
                 List<ReplicationLoadSource> sources,
                 ReplicationLoadSink sink,
                 Map<byte[],RegionMetrics> regionStatus,
                 Set<String> coprocessorNames,
                 long reportTimestamp,
                 long lastReportTimestamp)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.