Uses of Class
org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator
Packages that use PutFromLoadValidator
Package
Description
Internal Infinispan-based implementation of the cache region access strategies
-
Uses of PutFromLoadValidator in org.infinispan.hibernate.cache.commons.access
Fields in org.infinispan.hibernate.cache.commons.access declared as PutFromLoadValidatorModifier and TypeFieldDescriptionprotected final PutFromLoadValidatorInvalidationCacheAccessDelegate.putValidatorMethods in org.infinispan.hibernate.cache.commons.access that return PutFromLoadValidatorModifier and TypeMethodDescriptionstatic PutFromLoadValidatorPutFromLoadValidator.removeFromCache(org.infinispan.AdvancedCache cache) This methods should be called only from tests; it removes existing validator from the cache structures in order to replace it with new one.Methods in org.infinispan.hibernate.cache.commons.access with parameters of type PutFromLoadValidatorModifier and TypeMethodDescriptionstatic voidPutFromLoadValidator.addToCache(org.infinispan.AdvancedCache cache, PutFromLoadValidator validator) Besides the call from constructor, this should be called only from tests when mocking the validator.Constructors in org.infinispan.hibernate.cache.commons.access with parameters of type PutFromLoadValidatorModifierConstructorDescriptionprotectedInvalidationCacheAccessDelegate(InfinispanDataRegion region, PutFromLoadValidator validator) Create a new transactional access delegate instance.LocalInvalidationSynchronization(PutFromLoadValidator validator, Object key, Object lockOwner) NonTxInvalidationCacheAccessDelegate(InfinispanDataRegion region, PutFromLoadValidator validator) NonTxPutFromLoadInterceptor(PutFromLoadValidator putFromLoadValidator, org.infinispan.util.ByteString cacheName) TxInvalidationCacheAccessDelegate(InfinispanDataRegion region, PutFromLoadValidator validator)