Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ setInterval
Method
setInterval
storm-core/src/jvm/org/apache/storm/utils/Monitor.java:148–150 ·
view source on GitHub ↗
(int interval)
Source
from the content-addressed store, hash-verified
146
}
147
148
public
void
setInterval(
int
interval) {
149
this.interval = interval;
150
}
151
152
public
void
setTopology(String topology) {
153
this.topology = topology;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected