MCPcopy Create free account
hub / github.com/apache/storm / setEnv

Method setEnv

storm-client/src/jvm/org/apache/storm/task/ShellBolt.java:107–110  ·  view source on GitHub ↗
(Map<String, String> env)

Source from the content-addressed store, hash-verified

105 }
106
107 public ShellBolt setEnv(Map<String, String> env) {
108 this.env = env;
109 return this;
110 }
111
112 @SuppressWarnings("checkstyle:AbbreviationAsWordInName")
113 public boolean shouldChangeChildCWD() {

Callers 1

prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected