コード例 #1
0
 @Override
 public void handle(AggregationTimeout timeout) {
   LOG.trace("{}received:{}", logPrefix, timeout);
   SystemWindow systemWindowEvent = new SystemWindow(currentWindow);
   LOG.trace("{}sending:{}", logPrefix, systemWindowEvent);
   trigger(systemWindowEvent, aggregatorPort);
   currentWindow.clear();
 }
コード例 #2
0
ファイル: MsgModule.java プロジェクト: Di3mex/ExtraHardMode
 @Override
 public void closing() {
   timeouts.clear();
 }
コード例 #3
0
 public void clear() {
   graph.clear();
 }