Interface QueueMetricsMXBean
- All Known Subinterfaces:
ChangeEventSourceMetricsMXBean,SnapshotChangeEventSourceMetricsMXBean,StreamingChangeEventSourceMetricsMXBean
- All Known Implementing Classes:
DefaultSnapshotChangeEventSourceMetrics,DefaultStreamingChangeEventSourceMetrics,PipelineMetrics
public interface QueueMetricsMXBean
Exposes queue metrics.
-
Method Summary
Modifier and TypeMethodDescriptionlonglongintint
-
Method Details
-
getQueueTotalCapacity
int getQueueTotalCapacity() -
getQueueRemainingCapacity
int getQueueRemainingCapacity() -
getMaxQueueSizeInBytes
long getMaxQueueSizeInBytes() -
getCurrentQueueSizeInBytes
long getCurrentQueueSizeInBytes()
-