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

Method flush

storm-client/src/jvm/org/apache/storm/executor/Executor.java:325–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 }
324
325 @Override
326 public void flush() {
327 // NO-OP
328 }
329
330 public void metricsTick(Task task, TupleImpl tuple) {
331 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected