Package | Description |
---|---|
org.hibernate.cache.infinispan.access |
Internal Infinispan-based implementation of the cache region access strategies
|
org.hibernate.cache.infinispan.util |
Internal utilities for the Infinispan integration
|
Modifier and Type | Field and Description |
---|---|
protected PutFromLoadValidator |
InvalidationCacheAccessDelegate.putValidator |
Modifier and Type | Method and Description |
---|---|
static PutFromLoadValidator |
PutFromLoadValidator.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
PutFromLoadValidator.addToCache(org.infinispan.AdvancedCache cache,
PutFromLoadValidator validator)
Besides the call from constructor, this should be called only from tests when mocking the validator.
|
Constructor and Description |
---|
InvalidationCacheAccessDelegate(BaseRegion region,
PutFromLoadValidator validator)
Create a new transactional access delegate instance.
|
NonTxInvalidationCacheAccessDelegate(BaseRegion region,
PutFromLoadValidator validator) |
NonTxInvalidationInterceptor(PutFromLoadValidator putFromLoadValidator) |
NonTxPutFromLoadInterceptor(PutFromLoadValidator putFromLoadValidator,
java.lang.String cacheName) |
TxInvalidationCacheAccessDelegate(BaseRegion region,
PutFromLoadValidator validator) |
Modifier and Type | Method and Description |
---|---|
PutFromLoadValidator |
CacheCommandInitializer.findPutFromLoadValidator(java.lang.String cacheName) |
PutFromLoadValidator |
CacheCommandInitializer.removePutFromLoadValidator(java.lang.String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
CacheCommandInitializer.addPutFromLoadValidator(java.lang.String cacheName,
PutFromLoadValidator putFromLoadValidator) |
void |
EndInvalidationCommand.setPutFromLoadValidator(PutFromLoadValidator putFromLoadValidator) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.