public interface SinkCounterMBean
Modifier and Type | Method and Description |
---|---|
long |
getBatchCompleteCount() |
long |
getBatchEmptyCount() |
long |
getBatchUnderflowCount() |
long |
getChannelReadFail() |
long |
getConnectionClosedCount() |
long |
getConnectionCreatedCount() |
long |
getConnectionFailedCount() |
long |
getEventDrainAttemptCount() |
long |
getEventDrainSuccessCount() |
long |
getEventWriteFail() |
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()
long getEventWriteFail()
long getChannelReadFail()
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.