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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected