public function getAllAcquiredLockKeys()
 {
     return $this->backend->getKeysMatchingPattern($this->lockKeyStart . '*');
 }