org.apache.flume.instrumentation
Interface SinkCounterMBean
- All Known Implementing Classes:
- SinkCounter
public interface SinkCounterMBean
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.