Uses of Class
org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
Packages that use ServerSideScanMetrics
Package
Description
-
Uses of ServerSideScanMetrics in org.apache.hadoop.hbase.client.metrics
Subclasses of ServerSideScanMetrics in org.apache.hadoop.hbase.client.metricsModifier and TypeClassDescriptionclass
Provides metrics related to scan operations (both server side and client side metrics). -
Uses of ServerSideScanMetrics in org.apache.hadoop.hbase.monitoring
Methods in org.apache.hadoop.hbase.monitoring with parameters of type ServerSideScanMetricsModifier and TypeMethodDescriptionstatic void
ThreadLocalServerSideScanMetrics.populateServerSideScanMetrics
(ServerSideScanMetrics metrics) -
Uses of ServerSideScanMetrics in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ServerSideScanMetricsModifier and TypeFieldDescription(package private) final ServerSideScanMetrics
ScannerContext.metrics
Tracks the relevant server side metrics during scans.(package private) ServerSideScanMetrics
ScannerContext.Builder.scanMetrics
private ServerSideScanMetrics
RegionScannerImpl.scannerInitMetrics
Methods in org.apache.hadoop.hbase.regionserver that return ServerSideScanMetricsMethods in org.apache.hadoop.hbase.regionserver with parameters of type ServerSideScanMetricsModifier and TypeMethodDescriptionprivate void
RSRpcServices.scan
(HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest request, RSRpcServices.RegionScannerHolder rsh, long maxQuotaResultSize, int maxResults, int limitOfRows, List<Result> results, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanResponse.Builder builder, RpcCall rpcCall, ServerSideScanMetrics scanMetrics) ScannerContext.Builder.setScanMetrics
(ServerSideScanMetrics scanMetrics) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ServerSideScanMetricsModifierConstructorDescription(package private)
ScannerContext
(boolean keepProgress, ScannerContext.LimitFields limitsToCopy, boolean trackMetrics, ServerSideScanMetrics scanMetrics)