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

Method close

storm-client/src/jvm/org/apache/storm/spout/ShellSpout.java:118–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public void close() {
120 heartBeatExecutorService.shutdownNow();
121 process.destroy();
122 running = false;
123 }
124
125 @Override
126 public void nextTuple() {

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected