Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractExoCache<K extends Serializable,
V> - Class in org.exoplatform.services.cache.impl.infinispan -
An
ExoCacheimplementation based onCache. - AbstractExoCache(ExoCacheConfig, Cache<K, V>) - Constructor for class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- AbstractExoCache.CacheEventListener - Class in org.exoplatform.services.cache.impl.infinispan
- AbstractMapper<KIn,
VIn, KOut, VOut> - Class in org.exoplatform.services.ispn -
The main class of all the mappers.
- AbstractMapper() - Constructor for class org.exoplatform.services.ispn.AbstractMapper
- addCacheListener(CacheListener<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- addCacheListener(CacheListener<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- addConfig(ExoCacheFactoryConfigPlugin) - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
-
Add a list of custom configuration to register
- addCreator(ExoCacheCreatorPlugin) - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
-
Add a list of creators to register
C
- cache - Variable in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- cache - Variable in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- CACHE_NAME - Static variable in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- cacheEntrCreated(CacheEntryCreatedEvent<DistributedExoCache.CacheKey<K>, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheEventListener
- CacheEntryCreated(CacheEntryCreatedEvent<K, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache.CacheEventListener
- cacheEntryEvicted(CacheEntriesEvictedEvent<K, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache.CacheEventListener
-
Warning Infinispan triggers a
CacheEntryEvictedEventonly at explicit eviction that is done lazily which is not exactly what we expect, we still use it to be able to use it withavoidValueReplicationset totrue. - cacheEntryEvicted(CacheEntriesEvictedEvent<DistributedExoCache.CacheKey<K>, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheEventListener
-
Warning Infinispan triggers a
CacheEntryEvictedEventonly at explicit eviction that is done lazily which is not exactly what we expect, we still use it to be able to use it withavoidValueReplicationset totrue. - cacheEntryModified(CacheEntryModifiedEvent<K, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache.CacheEventListener
- cacheEntryModified(CacheEntryModifiedEvent<DistributedExoCache.CacheKey<K>, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheEventListener
- cacheEntryRemoved(CacheEntryRemovedEvent<K, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache.CacheEventListener
- cacheEntryRemoved(CacheEntryRemovedEvent<DistributedExoCache.CacheKey<K>, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheEventListener
- CacheEventListener() - Constructor for class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache.CacheEventListener
- CacheEventListener() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheEventListener
- CacheKey() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
- CacheKey(String, K) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
- clearCache() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- clearCache() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- ClearCacheMapper() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.ClearCacheMapper
- ClearCacheMapper(String) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.ClearCacheMapper
- ClearCacheReducer() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.ClearCacheReducer
- create(ExoCacheConfig, ConfigurationBuilder, Callable<Cache<Serializable, Object>>) - Method in interface org.exoplatform.services.cache.impl.infinispan.ExoCacheCreator
-
Creates an eXo cache according to the given configuration
ExoCacheConfig - create(ExoCacheConfig, ConfigurationBuilder, Callable<Cache<Serializable, Object>>) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
Creates an eXo cache according to the given configuration
ExoCacheConfig - createCache(ExoCacheConfig) - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
-
To create a new cache instance according to the given configuration, we follow the steps below: We first try to find if a specific location of the cache configuration has been defined thanks to an external component plugin of type ExoCacheFactoryConfigPlugin.
D
- defaultMaxIdle - Variable in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
The default value for maxIdle
- defaultStrategy - Variable in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
The default value for the eviction strategy
- defaultWakeUpInterval - Variable in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
The default value for wakeUpInterval
- DistributedCacheManager - Class in org.exoplatform.services.ispn
-
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.
- DistributedCacheManager(String, Map<String, String>, ConfigurationManager) - Constructor for class org.exoplatform.services.ispn.DistributedCacheManager
-
Default constructor
- DistributedCacheManager(InitParams, ConfigurationManager) - Constructor for class org.exoplatform.services.ispn.DistributedCacheManager
-
Default constructor
- DistributedCacheManager(InitParams, ConfigurationManager, TransactionService) - Constructor for class org.exoplatform.services.ispn.DistributedCacheManager
-
Default constructor
- DistributedExoCache<K extends Serializable,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache(ExoContainerContext, ExoCacheConfig, Cache<K, V>) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- DistributedExoCache.CacheEventListener - Class in org.exoplatform.services.cache.impl.infinispan.distributed
- DistributedExoCache.CacheKey<K> - Class in org.exoplatform.services.cache.impl.infinispan.distributed
- DistributedExoCache.ClearCacheMapper<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.ClearCacheReducer - Class in org.exoplatform.services.cache.impl.infinispan.distributed
- DistributedExoCache.GetCachedObjectsMapper<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.GetCachedObjectsReducer<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.GetEntriesMapper<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.GetEntriesReducer<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.GetSizeMapper<K,
V> - Class in org.exoplatform.services.cache.impl.infinispan.distributed - DistributedExoCache.GetSizeReducer<K> - Class in org.exoplatform.services.cache.impl.infinispan.distributed
E
- equals(Object) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
- ExoCacheCreator - Interface in org.exoplatform.services.cache.impl.infinispan
-
This class is used to create the cache according to the given configuration
ExoCacheConfig - ExoCacheCreatorPlugin - Class in org.exoplatform.services.cache.impl.infinispan
-
This class allows us to define new creators
- ExoCacheCreatorPlugin(InitParams) - Constructor for class org.exoplatform.services.cache.impl.infinispan.ExoCacheCreatorPlugin
- ExoCacheFactoryConfigPlugin - Class in org.exoplatform.services.cache.impl.infinispan
-
This class is used to define custom configurations
- ExoCacheFactoryConfigPlugin(InitParams) - Constructor for class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryConfigPlugin
- ExoCacheFactoryImpl - Class in org.exoplatform.services.cache.impl.infinispan
-
This class is the Infinispan implementation of the
ExoCacheFactory - ExoCacheFactoryImpl(ExoContainerContext, String, String, ConfigurationManager, DistributedCacheManager) - Constructor for class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
- ExoCacheFactoryImpl(ExoContainerContext, InitParams, ConfigurationManager) - Constructor for class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
- ExoCacheFactoryImpl(ExoContainerContext, InitParams, ConfigurationManager, DistributedCacheManager) - Constructor for class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
F
- findTransactionManager() - Method in class org.exoplatform.services.transaction.infinispan.GenericTransactionService
- findUserTransaction() - Method in class org.exoplatform.services.transaction.infinispan.JBossTransactionsService
G
- GenericExoCache(ExoCacheConfig, Cache<Serializable, Object>) - Constructor for class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- GenericExoCacheConfig - Class in org.exoplatform.services.cache.impl.infinispan.generic
-
The
ExoCacheConfigfor all the eviction algorithms available in infinispan - GenericExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- GenericExoCacheCreator - Class in org.exoplatform.services.cache.impl.infinispan.generic
-
The generic
ExoCacheCreatorfor all the expiration available in infinispan. - GenericExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
- GenericExoCacheCreator.GenericExoCache - Class in org.exoplatform.services.cache.impl.infinispan.generic
-
The Generic implementation of an ExoCache
- GenericTransactionService - Class in org.exoplatform.services.transaction.infinispan
- GenericTransactionService(TransactionManagerLookup) - Constructor for class org.exoplatform.services.transaction.infinispan.GenericTransactionService
-
JBossTransactionManagerLookup constructor.
- GenericTransactionService(TransactionManagerLookup, InitParams) - Constructor for class org.exoplatform.services.transaction.infinispan.GenericTransactionService
- get(Serializable) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- get(Serializable) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getCache(String) - Method in class org.exoplatform.services.ispn.DistributedCacheManager
-
Gives the cache corresponding to the given name if it doesn't exist a
NullPointerExceptionwill be thrown - getCachedObjects() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getCachedObjects() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- GetCachedObjectsMapper() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
- GetCachedObjectsMapper(String) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
- GetCachedObjectsReducer() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsReducer
- getCacheHit() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getCacheHit() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getCacheMiss() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getCacheMiss() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getCacheSize() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getCacheSize() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getConfigs() - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryConfigPlugin
-
Returns all the configurations defined for this ComponentPlugin
- getCreators() - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheCreatorPlugin
-
Returns all the creators defined for this ComponentPlugin
- GetEntriesMapper() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
- GetEntriesMapper(String) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
- GetEntriesReducer() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesReducer
- getExoCacheCreator(ExoCacheConfig) - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
-
Returns the most relevant ExoCacheCreator according to the give configuration
- getExpectedConfigType() - Method in interface org.exoplatform.services.cache.impl.infinispan.ExoCacheCreator
-
Returns the type of
ExoCacheConfigexpected by the creator - getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
Returns the type of
ExoCacheConfigexpected by the creator - getExpectedImplementations() - Method in interface org.exoplatform.services.cache.impl.infinispan.ExoCacheCreator
-
Returns a set of all the implementations expected by the creator.
- getExpectedImplementations() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
Returns a set of all the implementations expected by the creator.
- getLabel() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getLabel() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getLiveTime() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getLiveTime() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- getMaxIdle() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getMaxIdle() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- getMaxIdle() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- getMaxSize() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getMaxSize() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- getName() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- getName() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- GetSizeMapper() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeMapper
- GetSizeMapper(String) - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeMapper
- GetSizeReducer() - Constructor for class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeReducer
- getStrategy() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- getTransactionManager() - Method in class org.exoplatform.services.transaction.infinispan.JBossStandaloneJTAManagerLookup
- getUserTransaction() - Method in class org.exoplatform.services.transaction.infinispan.JBossStandaloneJTAManagerLookup
- getWakeUpInterval() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- getWakeUpInterval() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- getWakeUpInterval() - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
H
- hashCode() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
I
- implementations - Variable in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator
-
A set of all the implementations supported by this creator
- isAsynchronous() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- isDistributed() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- isDistributed() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- isLogEnabled() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- isLogEnabled() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- isReplicated() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- isReplicated() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- isValid(KIn) - Method in class org.exoplatform.services.ispn.AbstractMapper
-
Indicates if the given key matches with the current context, indeed as the cache instances are shared it is needed to check each key to know if it is part of the targeted scope or not.
- isValid(DistributedExoCache.CacheKey<K>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
J
- JBossStandaloneJTAManagerLookup - Class in org.exoplatform.services.transaction.infinispan
-
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.
- JBossStandaloneJTAManagerLookup() - Constructor for class org.exoplatform.services.transaction.infinispan.JBossStandaloneJTAManagerLookup
- JBossTransactionsService - Class in org.exoplatform.services.transaction.infinispan
-
Add the specific part for Arjuna
- JBossTransactionsService(TransactionManagerLookup) - Constructor for class org.exoplatform.services.transaction.infinispan.JBossTransactionsService
- JBossTransactionsService(TransactionManagerLookup, InitParams) - Constructor for class org.exoplatform.services.transaction.infinispan.JBossTransactionsService
L
- loadJGroupsConfig(ConfigurationManager, GlobalConfiguration, GlobalConfigurationBuilder) - Static method in class org.exoplatform.services.ispn.Utils
-
Load the JGroups configuration file thanks to the
ConfigurationManager
M
- manager - Variable in class org.exoplatform.services.ispn.DistributedCacheManager
-
The infinispan cache manager
- map(KIn, VIn, Collector<KOut, VOut>) - Method in class org.exoplatform.services.ispn.AbstractMapper
O
- onClearCache() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- onClearCache() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- onExpire(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- onGet(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- onPut(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- onPut(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- onPutLocal(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- onRemove(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- org.exoplatform.services.cache.impl.infinispan - package org.exoplatform.services.cache.impl.infinispan
- org.exoplatform.services.cache.impl.infinispan.distributed - package org.exoplatform.services.cache.impl.infinispan.distributed
- org.exoplatform.services.cache.impl.infinispan.generic - package org.exoplatform.services.cache.impl.infinispan.generic
- org.exoplatform.services.ispn - package org.exoplatform.services.ispn
- org.exoplatform.services.transaction.infinispan - package org.exoplatform.services.transaction.infinispan
P
- put(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- put(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- putAsyncMap(Map<? extends K, ? extends V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- putLocal(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- putMap(Map<? extends K, ? extends V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- putMap(Map<? extends K, ? extends V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- putOnly(K, V) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
-
Only puts the data into the cache nothing more
- putOnly(K, V, boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
-
Only puts the data into the cache nothing more
R
- readExternal(ObjectInput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
- readExternal(ObjectInput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
- reduce(Void, Iterator<Void>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.ClearCacheReducer
- reduce(K, Iterator<Integer>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeReducer
- reduce(K, Iterator<List<V>>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsReducer
- reduce(K, Iterator<V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesReducer
- remove(Serializable) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- remove(Serializable) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- removeCachedObjects() - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- removeCachedObjects() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- removeLocal(Serializable) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- resetConfiguration(ConfigurationBuilder) - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
-
Clean the configuration template to prevent conflicts
S
- select(CachedObjectSelector<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- select(CachedObjectSelector<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setAsynchronous(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setDistributed(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setDistributed(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setLabel(String) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setLabel(String) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- setLogEnabled(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setLogEnabled(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setMaxIdle(long) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheCreator.GenericExoCache
- setName(String) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setName(String) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setReplicated(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.AbstractExoCache
- setReplicated(boolean) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache
- setStrategy(String) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- setWakeUpInterval(long) - Method in class org.exoplatform.services.cache.impl.infinispan.generic.GenericExoCacheConfig
- start() - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
- start() - Method in class org.exoplatform.services.ispn.DistributedCacheManager
- stop() - Method in class org.exoplatform.services.cache.impl.infinispan.ExoCacheFactoryImpl
- stop() - Method in class org.exoplatform.services.ispn.DistributedCacheManager
T
- tmLookup - Variable in class org.exoplatform.services.transaction.infinispan.GenericTransactionService
-
TransactionManagerLookup.
- toString() - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
U
- Utils - Class in org.exoplatform.services.ispn
W
- writeExternal(ObjectOutput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
- writeExternal(ObjectOutput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
_
- _map(KIn, VIn, Collector<KOut, VOut>) - Method in class org.exoplatform.services.ispn.AbstractMapper
-
This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
- _map(DistributedExoCache.CacheKey<K>, V, Collector<String, Integer>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeMapper
-
This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
- _map(DistributedExoCache.CacheKey<K>, V, Collector<String, List<V>>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
-
This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
- _map(DistributedExoCache.CacheKey<K>, V, Collector<Void, Void>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.ClearCacheMapper
-
This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
- _map(DistributedExoCache.CacheKey<K>, V, Collector<K, V>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
-
This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form