Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ setStream
Method
setStream
storm-core/src/jvm/org/apache/storm/utils/Monitor.java:160–162 ·
view source on GitHub ↗
(String stream)
Source
from the content-addressed store, hash-verified
158
}
159
160
public
void
setStream(String stream) {
161
this.stream = stream;
162
}
163
164
public
void
setWatch(String watch) {
165
this.watch = watch;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected