Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ setEnv
Method
setEnv
storm-client/src/jvm/org/apache/storm/spout/ShellSpout.java:71–74 ·
view source on GitHub ↗
(Map<String, String> env)
Source
from the content-addressed store, hash-verified
69
}
70
71
public
ShellSpout setEnv(Map<String, String> env) {
72
this.env = env;
73
return
this;
74
}
75
76
@SuppressWarnings(
"checkstyle:AbbreviationAsWordInName"
)
77
public
boolean shouldChangeChildCWD() {
Callers
1
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected