Uses of Class
org.apache.hadoop.hbase.client.metrics.ScanMetricsRegionInfo
Packages that use ScanMetricsRegionInfo
-
Uses of ScanMetricsRegionInfo in org.apache.hadoop.hbase.client.metrics
Fields in org.apache.hadoop.hbase.client.metrics declared as ScanMetricsRegionInfoModifier and TypeFieldDescriptionstatic final 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.private ScanMetricsRegionInfo
RegionScanMetricsData.scanMetricsRegionInfo
Methods in org.apache.hadoop.hbase.client.metrics that return ScanMetricsRegionInfoModifier and TypeMethodDescription(package private) ScanMetricsRegionInfo
RegionScanMetricsData.getScanMetricsRegionInfo()
Methods in org.apache.hadoop.hbase.client.metrics that return types with arguments of type ScanMetricsRegionInfoModifier and TypeMethodDescriptionServerSideScanMetrics.collectMetricsByRegion()
Get values grouped by each region scanned since the last time this was called.ServerSideScanMetrics.collectMetricsByRegion
(boolean reset) Get values grouped by each region scanned.