org.apache.accumulo.server.logger.metrics
Interface LogWriterMetricsMBean

All Known Implementing Classes:
LogWriterMetrics

public interface LogWriterMetricsMBean


Field Summary
static String close
           
static String copy
           
static String create
           
static String logAppend
           
static String logException
           
static String logFlush
           
 
Method Summary
 long getCloseAvgTime()
           
 long getCloseCount()
           
 long getCloseMaxTime()
           
 long getCloseMinTime()
           
 long getCopyAvgTime()
           
 long getCopyCount()
           
 long getCopyMaxTime()
           
 long getCopyMinTime()
           
 long getCreateAvgTime()
           
 long getCreateCount()
           
 long getCreateMaxTime()
           
 long getCreateMinTime()
           
 long getLogAppendAvgTime()
           
 long getLogAppendCount()
           
 long getLogAppendMaxTime()
           
 long getLogAppendMinTime()
           
 long getLogExceptionCount()
           
 long getLogFlushAvgTime()
           
 long getLogFlushCount()
           
 long getLogFlushMaxTime()
           
 long getLogFlushMinTime()
           
 void reset()
           
 

Field Detail

close

static final String close
See Also:
Constant Field Values

copy

static final String copy
See Also:
Constant Field Values

create

static final String create
See Also:
Constant Field Values

logAppend

static final String logAppend
See Also:
Constant Field Values

logFlush

static final String logFlush
See Also:
Constant Field Values

logException

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

getCloseCount

long getCloseCount()

getCloseAvgTime

long getCloseAvgTime()

getCloseMinTime

long getCloseMinTime()

getCloseMaxTime

long getCloseMaxTime()

getCopyCount

long getCopyCount()

getCopyAvgTime

long getCopyAvgTime()

getCopyMinTime

long getCopyMinTime()

getCopyMaxTime

long getCopyMaxTime()

getCreateCount

long getCreateCount()

getCreateMinTime

long getCreateMinTime()

getCreateMaxTime

long getCreateMaxTime()

getCreateAvgTime

long getCreateAvgTime()

getLogAppendCount

long getLogAppendCount()

getLogAppendMinTime

long getLogAppendMinTime()

getLogAppendMaxTime

long getLogAppendMaxTime()

getLogAppendAvgTime

long getLogAppendAvgTime()

getLogFlushCount

long getLogFlushCount()

getLogFlushMinTime

long getLogFlushMinTime()

getLogFlushMaxTime

long getLogFlushMaxTime()

getLogFlushAvgTime

long getLogFlushAvgTime()

getLogExceptionCount

long getLogExceptionCount()

reset

void reset()


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