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