Package org.apache.storm.utils
Class JCQueueMetrics
java.lang.Object
org.apache.storm.utils.JCQueueMetrics
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Constructor SummaryConstructorsConstructorDescriptionJCQueueMetrics(String metricNamePrefix, String topologyId, String componentId, int taskId, int port, StormMetricRegistry metricRegistry, org.apache.storm.shade.org.jctools.queues.MpscArrayQueue<Object> receiveQ, org.apache.storm.shade.org.jctools.queues.MpscUnboundedArrayQueue<Object> overflowQ) 
- 
Method Summary
- 
Constructor Details- 
JCQueueMetricspublic JCQueueMetrics(String metricNamePrefix, String topologyId, String componentId, int taskId, int port, StormMetricRegistry metricRegistry, org.apache.storm.shade.org.jctools.queues.MpscArrayQueue<Object> receiveQ, org.apache.storm.shade.org.jctools.queues.MpscUnboundedArrayQueue<Object> overflowQ) 
 
- 
- 
Method Details- 
notifyArrivalspublic void notifyArrivals(long counts) 
- 
notifyInsertFailurepublic void notifyInsertFailure()
- 
notifyDroppedMsgpublic void notifyDroppedMsg()
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
 
-