Example #1
0
 /** {@inheritDoc} */
 @Override
 public V getAndPut(K key, V val, @Nullable CacheEntryPredicate[] filter)
     throws IgniteCheckedException {
   return dht.getAndPut(key, val, filter);
 }