public interface SinkCounterMBean
| Modifier and Type | Method and Description | 
|---|---|
| long | getBatchCompleteCount() | 
| long | getBatchEmptyCount() | 
| long | getBatchUnderflowCount() | 
| long | getConnectionClosedCount() | 
| long | getConnectionCreatedCount() | 
| long | getConnectionFailedCount() | 
| long | getEventDrainAttemptCount() | 
| long | getEventDrainSuccessCount() | 
| long | getStartTime() | 
| long | getStopTime() | 
| String | getType() | 
long getConnectionCreatedCount()
long getConnectionClosedCount()
long getConnectionFailedCount()
long getBatchEmptyCount()
long getBatchUnderflowCount()
long getBatchCompleteCount()
long getEventDrainAttemptCount()
long getEventDrainSuccessCount()
long getStartTime()
long getStopTime()
String getType()
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.