Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
multiAction
Method · 0.95
multiActionToSingle
Method · 0.95
multiActionEmpty
Method · 0.95
Calls
1
sum
Method · 0.80
Tested by
3
multiAction
Method · 0.76
multiActionToSingle
Method · 0.76
multiActionEmpty
Method · 0.76