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

Method run

storm-client/test/jvm/org/apache/storm/utils/JCQueueTest.java:123–126  ·  view source on GitHub ↗
(Runnable producer, Runnable consumer, JCQueue queue)

Source from the content-addressed store, hash-verified

121 }
122
123 private void run(Runnable producer, Runnable consumer, JCQueue queue)
124 throws InterruptedException {
125 run(producer, consumer, queue, 20, PRODUCER_NUM);
126 }
127
128 private void run(Runnable producer, Runnable consumer, JCQueue queue, int sleepMs, int producerNum)
129 throws InterruptedException {

Callers 3

testFirstMessageFirstMethod · 0.95
testInOrderMethod · 0.95
testInOrderBatchMethod · 0.95

Calls 5

startMethod · 0.65
closeMethod · 0.65
sleepMethod · 0.45
joinMethod · 0.45
isAliveMethod · 0.45

Tested by

no test coverage detected