@Override
 public boolean acquireAtomicExclusiveLock(Object key) {
   hashTable.acquireAtomicExclusiveLock();
   return true;
 }