Package | Description |
---|---|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationInterceptor |
class |
CacheLoaderInterceptor |
class |
CacheMgmtInterceptor
Captures cache management statistics
|
class |
CacheStoreInterceptor
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
|
class |
ClusteredActivationInterceptor
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
class |
ClusteredCacheLoaderInterceptor
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
class |
DistCacheStoreInterceptor
Cache store interceptor specific for the distribution cache mode.
|
class |
PassivationInterceptor
Writes evicted entries back to the store on the way in through the CacheStore
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.