/** {@inheritDoc} */
 @Override
 public boolean cancel() throws IgniteCheckedException {
   return fut.cancel();
 }