/**
  * @param key Key.
  * @return {@code True} if response has owned value for given key.
  */
 public boolean hasOwnedValue(IgniteTxKey key) {
   return ownedVals != null && ownedVals.containsKey(key);
 }