Package org.infinispan.lock.impl.lock
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ClusteredLockKey key, ClusteredLockValue oldValue, org.infinispan.metadata.Metadata oldMetadata, ClusteredLockValue newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
format
-
Field Details
-
EXTERNALIZER
-
-
Constructor Details
-
ClusteredLockFilter
-
-
Method Details
-
accept
public boolean accept(ClusteredLockKey key, ClusteredLockValue oldValue, org.infinispan.metadata.Metadata oldMetadata, ClusteredLockValue newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType) - Specified by:
acceptin interfaceorg.infinispan.notifications.cachelistener.filter.CacheEventFilter<ClusteredLockKey,ClusteredLockValue>
-