Package | Description |
---|---|
org.apache.hadoop.hbase.client.metrics |
Modifier and Type | Field and Description |
---|---|
static ScanMetricsRegionInfo |
ScanMetricsRegionInfo.EMPTY_SCAN_METRICS_REGION_INFO
Users should only compare against this constant by reference and should not make any
assumptions regarding content of the constant.
|
Modifier and Type | Method and Description |
---|---|
Map<ScanMetricsRegionInfo,Map<String,Long>> |
ServerSideScanMetrics.collectMetricsByRegion()
Get values grouped by each region scanned since the last time this was called.
|
Map<ScanMetricsRegionInfo,Map<String,Long>> |
ServerSideScanMetrics.collectMetricsByRegion(boolean reset)
Get values grouped by each region scanned.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.