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