/** {@inheritDoc} */
 @Override
 public IgniteInternalFuture<?> putAllAsync(Map<? extends K, ? extends V> m) {
   return dht.putAllAsync(m);
 }