@InterfaceAudience.Public @InterfaceStability.Evolving public class ScanMetrics extends Object
Modifier and Type | Field and Description |
---|---|
AtomicLong |
countOfBytesInRemoteResults
number of bytes in Result objects from remote region servers
|
AtomicLong |
countOfBytesInResults
number of bytes in Result objects from region servers
|
AtomicLong |
countOfNSRE
number of NotServingRegionException caught
|
AtomicLong |
countOfRegions
number of regions
|
AtomicLong |
countOfRemoteRPCcalls
number of remote RPC calls
|
AtomicLong |
countOfRemoteRPCRetries
number of remote RPC retries
|
AtomicLong |
countOfRPCcalls
number of RPC calls
|
AtomicLong |
countOfRPCRetries
number of RPC retries
|
AtomicLong |
sumOfMillisSecBetweenNexts
sum 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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.