MCPcopy Create free account
hub / github.com/apache/storm / close

Method close

storm-client/src/jvm/org/apache/storm/utils/JCQueue.java:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public void close() {
71 for (JCQueueMetrics jcQueueMetric : jcqMetrics) {
72 jcQueueMetric.close();
73 }
74 }
75
76 /**
77 * Non blocking. Returns immediately if Q is empty. Returns number of elements consumed from Q.

Callers 2

testBasicBackPressureMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 2

testBasicBackPressureMethod · 0.76