@InterfaceAudience.Private public class ScanMetrics extends Object
| Modifier and Type | Field and Description | 
|---|---|
| AtomicLong | countOfBytesInRemoteResultsnumber of bytes in Result objects from remote region servers | 
| AtomicLong | countOfBytesInResultsnumber of bytes in Result objects from region servers | 
| AtomicLong | countOfNSREnumber of NotServingRegionException caught | 
| AtomicLong | countOfRegionsnumber of regions | 
| AtomicLong | countOfRemoteRPCcallsnumber of remote RPC calls | 
| AtomicLong | countOfRemoteRPCRetriesnumber of remote RPC retries | 
| AtomicLong | countOfRPCcallsnumber of RPC calls | 
| AtomicLong | countOfRPCRetriesnumber of RPC retries | 
| AtomicLong | sumOfMillisSecBetweenNextssum of milliseconds between sequential next calls | 
| Constructor and Description | 
|---|
| ScanMetrics()constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Long> | getMetricsMap()Get all of the values since the last time this function was called. | 
| void | setCounter(String counterName,
          long value) | 
public final AtomicLong countOfRPCcalls
public final AtomicLong countOfRemoteRPCcalls
public final AtomicLong sumOfMillisSecBetweenNexts
public final AtomicLong countOfNSRE
public final AtomicLong countOfBytesInResults
public final AtomicLong countOfBytesInRemoteResults
public final AtomicLong countOfRegions
public final AtomicLong countOfRPCRetries
public final AtomicLong countOfRemoteRPCRetries
public void setCounter(String counterName, long value)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.