Class ClusteredLockFilter

java.lang.Object
org.infinispan.lock.impl.lock.ClusteredLockFilter
All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventFilter<ClusteredLockKey,ClusteredLockValue>

public class ClusteredLockFilter extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<ClusteredLockKey,ClusteredLockValue>
This listener is used to monitor lock state changes. More about listeners
Since:
9.2
Author:
Katia Aresti, karesti@redhat.com