Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.metrics | |
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Field and Description |
---|---|
MetricsRate |
RegionServerMetrics.requests |
Modifier and Type | Field and Description |
---|---|
MetricsRate |
ReplicationSinkMetrics.appliedBatchesRate
Rate of batches (of operations) applied by the sink
|
MetricsRate |
ReplicationSinkMetrics.appliedOpsRate
Rate of operations applied by the sink
|
MetricsRate |
ReplicationSourceMetrics.logEditsFilteredRate
Rate of log entries filtered by the source
|
MetricsRate |
ReplicationSourceMetrics.logEditsReadRate
Rate of log entries (can be multiple Puts) read from the logs
|
MetricsRate |
ReplicationSourceMetrics.shippedBatchesRate
Rate of shipped batches by the source
|
MetricsRate |
ReplicationSourceMetrics.shippedKBRate
Rate of shipped bytes (in KB) by the source
|
MetricsRate |
ReplicationSourceMetrics.shippedOpsRate
Rate of shipped operations by the source
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.