MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / run

Method run

test/TestIntegration.java:597–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 this.num = num;
596 }
597 public void run() {
598 try {
599 doIncrements();
600 successes[num] = true;
601 } catch (Throwable e) {
602 successes[num] = false;
603 LOG.error("Uncaught exception", e);
604 }
605 }
606 private void doIncrements() {
607 for (int i = 0; i < incr_per_thread; i++) {
608 final byte[] key = i % 2 == 0 ? key1 : key2;

Calls 1

doIncrementsMethod · 0.95

Tested by

no test coverage detected