コード例 #1
0
ファイル: StatusPrinter.java プロジェクト: albertocsm/presto
 private void partialCancel() {
   try {
     client.cancelLeafStage(new Duration(1, SECONDS));
   } catch (RuntimeException e) {
     log.debug(e, "error canceling leaf stage");
   }
 }