Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ getLong
Method
getLong
storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:124–127 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
122
}
123
124
@Override
125
public
Long getLong(
int
i) {
126
return
(Long) values.get(i);
127
}
128
129
@Override
130
public
Boolean getBoolean(
int
i) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected