Class InvalidationInvocation
- java.lang.Object
-
- org.infinispan.hibernate.cache.v53.impl.InvalidationInvocation
-
public class InvalidationInvocation extends Object
Synchronization that should release the locks after invalidation is complete.- Author:
- Radim Vansa <rvansa@redhat.com>
-
-
Constructor Summary
Constructors Constructor Description InvalidationInvocation(org.infinispan.hibernate.cache.commons.access.NonTxPutFromLoadInterceptor nonTxPutFromLoadInterceptor, Object key, Object lockOwner)
-
-
-
Method Detail
-
invoke
public CompletableFuture<Void> invoke(boolean success)
-
-