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

Method close

storm-server/src/main/java/org/apache/storm/daemon/drpc/DRPC.java:243–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 @Override
244 public void close() {
245 timer.cancel();
246 cleanupAll(0, SHUT_DOWN);
247 }
248}

Callers

nothing calls this directly

Calls 2

cleanupAllMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected