All Classes Interface Summary Class Summary
| Class |
Description |
| AbstractExoCache<K extends Serializable,V> |
An ExoCache implementation based on Cache.
|
| AbstractMapper<KIn,VIn,KOut,VOut> |
The main class of all the mappers.
|
| DistributedCacheManager |
This class is used to allow to use infinispan in distribution mode with
the ability to launch infinispan instances in standalone mode, in other
words outside an application server.
|
| DistributedExoCache<K extends Serializable,V> |
|
| DistributedExoCache.CacheKey<K> |
|
| DistributedExoCache.ClearCacheMapper<K,V> |
|
| DistributedExoCache.ClearCacheReducer |
|
| DistributedExoCache.GetCachedObjectsMapper<K,V> |
|
| DistributedExoCache.GetCachedObjectsReducer<K,V> |
|
| DistributedExoCache.GetEntriesMapper<K,V> |
|
| DistributedExoCache.GetEntriesReducer<K,V> |
|
| DistributedExoCache.GetSizeMapper<K,V> |
|
| DistributedExoCache.GetSizeReducer<K> |
|
| ExoCacheCreator |
This class is used to create the cache according to the given
configuration ExoCacheConfig
|
| ExoCacheCreatorPlugin |
This class allows us to define new creators
|
| ExoCacheFactoryConfigPlugin |
This class is used to define custom configurations
|
| ExoCacheFactoryImpl |
This class is the Infinispan implementation of the ExoCacheFactory
|
| GenericExoCacheConfig |
The ExoCacheConfig for all the eviction algorithms
available in infinispan
|
| GenericExoCacheCreator |
The generic ExoCacheCreator for all the expiration available in infinispan.
|
| GenericExoCacheCreator.GenericExoCache |
The Generic implementation of an ExoCache
|
| GenericTransactionService |
|
| JBossStandaloneJTAManagerLookup |
This class is used to replace the one provided by default in ISPN 5.0 since
it implicitly requires that ISPN is initialized before the rest which is actually
the exact opposite.
|
| JBossTransactionsService |
Add the specific part for Arjuna
|
| Utils |
|