org.apache.flume.instrumentation
Interface SinkCounterMBean
- All Known Implementing Classes: 
- KafkaSinkCounter, SinkCounter
- public interface SinkCounterMBean 
This interface represents a sink counter mbean. Any class implementing
 this interface must sub-class
 MonitoredCounterGroup. This
 interface might change between minor releases. Please see
 SinkCounter class.
 
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()
- 
 
getType
String getType()
- 
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.