Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ getFloat
Method
getFloat
storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:149–152 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
147
}
148
149
@Override
150
public
Float getFloat(
int
i) {
151
return
(Float) values.get(i);
152
}
153
154
@Override
155
public
byte[] getBinary(
int
i) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected