org.apache.flume.instrumentation
Interface SinkCounterMBean

All Known Implementing Classes:
SinkCounter

public interface SinkCounterMBean


Method Summary
 long getBatchCompleteCount()
           
 long getBatchEmptyCount()
           
 long getBatchUnderflowCount()
           
 long getConnectionClosedCount()
           
 long getConnectionCreatedCount()
           
 long getConnectionFailedCount()
           
 long getEventDrainAttemptCount()
           
 long getEventDrainSuccessCount()
           
 long getStartTime()
           
 long getStopTime()
           
 

Method Detail

getConnectionCreatedCount

long getConnectionCreatedCount()

getConnectionClosedCount

long getConnectionClosedCount()

getConnectionFailedCount

long getConnectionFailedCount()

getBatchEmptyCount

long getBatchEmptyCount()

getBatchUnderflowCount

long getBatchUnderflowCount()

getBatchCompleteCount

long getBatchCompleteCount()

getEventDrainAttemptCount

long getEventDrainAttemptCount()

getEventDrainSuccessCount

long getEventDrainSuccessCount()

getStartTime

long getStartTime()

getStopTime

long getStopTime()


Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.