Uses of Class
org.infinispan.quarkus.hibernate.cache.PutFromLoadValidator.Lock
-
-
Uses of PutFromLoadValidator.Lock in org.infinispan.quarkus.hibernate.cache
Methods in org.infinispan.quarkus.hibernate.cache that return PutFromLoadValidator.Lock Modifier and Type Method Description PutFromLoadValidator.LockPutFromLoadValidator. acquirePutFromLoadLock(java.lang.Object session, java.lang.Object key, long txTimestamp)Acquire a lock giving the calling thread the right to put data in the cache for the given key.Methods in org.infinispan.quarkus.hibernate.cache with parameters of type PutFromLoadValidator.Lock Modifier and Type Method Description voidPutFromLoadValidator. releasePutFromLoadLock(java.lang.Object key, PutFromLoadValidator.Lock lock)Releases the lock previously obtained by a call toPutFromLoadValidator.acquirePutFromLoadLock(Object, Object, long).
-