Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ getByte
Method
getByte
storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:139–142 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
137
}
138
139
@Override
140
public
Byte getByte(
int
i) {
141
return
(Byte) values.get(i);
142
}
143
144
@Override
145
public
Double getDouble(
int
i) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected