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

Method get

src/Counter.java:45–47  ·  view source on GitHub ↗

Returns the current value of the counter.

()

Source from the content-addressed store, hash-verified

43 * Returns the current value of the counter.
44 */
45 public final long get() {
46 return super.sum();
47 }
48
49 private static final long serialVersionUID = 1333661542;
50

Callers 3

multiActionMethod · 0.95
multiActionToSingleMethod · 0.95
multiActionEmptyMethod · 0.95

Calls 1

sumMethod · 0.80

Tested by 3

multiActionMethod · 0.76
multiActionToSingleMethod · 0.76
multiActionEmptyMethod · 0.76