/** {@inheritDoc} */
 @Override
 public void removeAll() throws IgniteCheckedException {
   dht.removeAll();
 }
 /** {@inheritDoc} */
 @Override
 public void removeAll(Collection<? extends K> keys) throws IgniteCheckedException {
   dht.removeAll(keys);
 }