Class JCQueueMetrics

    • Constructor Detail

      • JCQueueMetrics

        public 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 Detail

      • notifyArrivals

        public void notifyArrivals​(long counts)
      • notifyInsertFailure

        public void notifyInsertFailure()
      • notifyDroppedMsg

        public void notifyDroppedMsg()