Class DefaultPendingLockManager

java.lang.Object
org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
All Implemented Interfaces:
PendingLockManager

public class DefaultPendingLockManager extends Object implements PendingLockManager
The default implementation for PendingLockManager.

In transactional caches, a transaction would wait for transaction originated in a older topology id. It can happen when topology changes and a backup owner becomes the primary owner.

Since:
8.0
Author:
Pedro Ruivo