MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / runTotalInLoop

Method runTotalInLoop

src/test/java/io/dgraph/BankTest.java:67–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 private void runTotalInLoop() {
68 while (true) {
69 runTotal();
70
71 try {
72 TimeUnit.SECONDS.sleep(1);
73 } catch (InterruptedException ignored) {
74 }
75 }
76 }
77
78 private void runTxn() {
79 String from, to;

Callers

nothing calls this directly

Calls 1

runTotalMethod · 0.95

Tested by

no test coverage detected