Uses of Class
org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator.Lock
-
Packages that use PutFromLoadValidator.Lock Package Description org.infinispan.hibernate.cache.commons.access Internal Infinispan-based implementation of the cache region access strategies -
-
Uses of PutFromLoadValidator.Lock in org.infinispan.hibernate.cache.commons.access
Methods in org.infinispan.hibernate.cache.commons.access that return PutFromLoadValidator.Lock Modifier and Type Method Description PutFromLoadValidator.Lock
PutFromLoadValidator. acquirePutFromLoadLock(Object session, 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.hibernate.cache.commons.access with parameters of type PutFromLoadValidator.Lock Modifier and Type Method Description void
PutFromLoadValidator. releasePutFromLoadLock(Object key, PutFromLoadValidator.Lock lock)
Releases the lock previously obtained by a call toPutFromLoadValidator.acquirePutFromLoadLock(Object, Object, long)
.
-