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

Method doIncrements

test/TestIntegration.java:606–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
609 bufferIncrement(table, key, family, qual, 1);
610 }
611 }
612 }
613
614 final IncrementThread[] threads = new IncrementThread[nthreads];

Callers 1

runMethod · 0.95

Calls 2

bufferIncrementMethod · 0.80

Tested by

no test coverage detected