org.apache.accumulo.server.tabletserver.metrics
Interface TabletServerScanMetricsMBean

All Known Implementing Classes:
TabletServerScanMetrics

public interface TabletServerScanMetricsMBean


Field Summary
static String resultSize
           
static String scan
           
 
Method Summary
 long getResultAvgSize()
           
 long getResultCount()
           
 long getResultMaxSize()
           
 long getResultMinSize()
           
 long getScanAvgTime()
           
 long getScanCount()
           
 long getScanMaxTime()
           
 long getScanMinTime()
           
 void reset()
           
 

Field Detail

scan

static final String scan
See Also:
Constant Field Values

resultSize

static final String resultSize
See Also:
Constant Field Values
Method Detail

getScanCount

long getScanCount()

getScanAvgTime

long getScanAvgTime()

getScanMinTime

long getScanMinTime()

getScanMaxTime

long getScanMaxTime()

getResultCount

long getResultCount()

getResultAvgSize

long getResultAvgSize()

getResultMinSize

long getResultMinSize()

getResultMaxSize

long getResultMaxSize()

reset

void reset()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.