public interface ChangeEventSourceMetricsMXBean
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentQueueSizeInBytes() |
String |
getLastEvent() |
long |
getMaxQueueSizeInBytes() |
long |
getMilliSecondsSinceLastEvent() |
String[] |
getMonitoredTables() |
long |
getNumberOfErroneousEvents() |
long |
getNumberOfEventsFiltered() |
int |
getQueueRemainingCapacity() |
int |
getQueueTotalCapacity() |
long |
getTotalNumberOfEventsSeen() |
void |
reset() |
String getLastEvent()
long getMilliSecondsSinceLastEvent()
long getTotalNumberOfEventsSeen()
long getNumberOfEventsFiltered()
long getNumberOfErroneousEvents()
String[] getMonitoredTables()
int getQueueTotalCapacity()
int getQueueRemainingCapacity()
long getMaxQueueSizeInBytes()
long getCurrentQueueSizeInBytes()
void reset()
Copyright © 2021 JBoss by Red Hat. All rights reserved.