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

Method get

storm-client/src/jvm/org/apache/storm/utils/MutableInt.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public int get() {
27 return val;
28 }
29
30 public int increment() {
31 return increment(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected