Uses of Class
org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator.Lock
Packages that use PutFromLoadValidator.Lock
Package
Description
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.LockModifier and TypeMethodDescriptionPutFromLoadValidator.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.LockModifier and TypeMethodDescriptionvoidPutFromLoadValidator.releasePutFromLoadLock(Object key, PutFromLoadValidator.Lock lock) Releases the lock previously obtained by a call toPutFromLoadValidator.acquirePutFromLoadLock(Object, Object, long).