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

Method get

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

Source from the content-addressed store, hash-verified

146 int counter = 0;
147
148 @Override
149 public Object get() {
150 return objs.get(counter++);
151 }
152 };
153 int count = recvQueue.fill(supplier, objs.size());
154 for (JCQueueMetrics jcQueueMetric : jcqMetrics) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected