Package | Description |
---|---|
org.jboss.cache.interceptors | |
org.jboss.cache.interceptors.base |
Modifier and Type | Class and Description |
---|---|
class |
ActivationInterceptor
Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
|
class |
CacheLoaderInterceptor
Loads nodes that don't exist at the time of the call into memory from the CacheLoader
|
class |
CacheMgmtInterceptor
Captures cache management statistics
|
class |
LegacyActivationInterceptor
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
LegacyCacheLoaderInterceptor
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
LegacyPassivationInterceptor
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PassivationInterceptor
Writes evicted nodes back to the store on the way in through the
CacheLoader, either before each method call (no TXs), or at TX commit.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxStatsCommandInterceptor
Base class for all the interceptors exposing management statistics.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.