Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractExoCache<K,
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, - Class in org.exoplatform.services.ispnKOut, VOut> -
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
- afterBegin() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleListener
-
Callback method to be executed after start of JTA transaction
B
- beforeBegin() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleListener
-
Callback method to be executed before start of JTA transaction
- beginJTATransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
-
Starts JTA transaction if not already started
- beginJTATransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
-
Starts JTA transaction if not already started
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,
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
- executeListenersAfterBegin() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
- executeListenersBeforeBegin() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
- 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
- fillTemplate(InputStream, Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
-
Reads configuration file from a stream and replaces all the occurrences of template-variables (like : "${parameter.name}") with values provided in the map.
- fillTemplate(String, Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
-
Reads configuration file from a stream and replaces all the occurrences of template-variables (like : "${parameter.name}") with values provided in the map.
- findTransactionManager() - Method in class org.exoplatform.services.transaction.infinispan.GenericTransactionService
- findUserTransaction() - Method in class org.exoplatform.services.transaction.infinispan.JBossTransactionsService
- finishJTATransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
-
Commit or Rollback JTA transaction according to it's current status
- finishJTATransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
-
Commit or Rollback JTA transaction according to it's current status
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.
- getInputStream(ConfigurationManager, String) - Static method in class org.exoplatform.container.util.TemplateConfigurationHelper
-
Tries first to get the file content using the configuration manager, if it cannot be found it will then try to get it from the context class loader of the current thread, if it cannot be found it will try to get it from the class loader of the current class and finally it still cannot be found it will try to use the file name as a file path.
- 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
- getUserTransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
- getUserTransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
-
Obtain
UserTransactionvia JNDI call or viaTransactionServiceif that fails - 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.ClearCacheMapper
- isValid(DistributedExoCache.CacheKey<K>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
- isValid(DistributedExoCache.CacheKey<K>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesMapper
- isValid(DistributedExoCache.CacheKey<K>) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeMapper
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
- JTAUserTransactionLifecycleListener - Interface in org.gatein.common.transaction
-
Listener for perform some actions at the specified point of JTA transaction lifecycle.
Transaction lifecycle needs to be managed throughJTAUserTransactionLifecycleServiceto have listeners executed.
For now, we have shared instance of one registered listener for all transactions, so listener implementations need to be thread-safe - JTAUserTransactionLifecycleService - Interface in org.gatein.common.transaction
-
Service provides methods for managing lifecycle of JTA transaction
- JTAUserTransactionLifecycleServiceImpl - Class in org.gatein.common.transaction
-
Base implementation of
JTAUserTransactionLifecycleService. - JTAUserTransactionLifecycleServiceImpl() - Constructor for class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
- JTAUserTransactionLifecycleServiceImpl(TransactionService) - Constructor for class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
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.container.util - package org.exoplatform.container.util
- 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
- org.gatein.common.transaction - package org.gatein.common.transaction
P
- prepareParameters(Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
-
Filters the map of parameters, leaving only those than matches filtering regular expressions.
- 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.ClearCacheMapper
- readExternal(ObjectInput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
- 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.GetSizeMapper
- 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
- registerListener(JTAUserTransactionLifecycleListener) - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
-
Register listener to perform some operations during transaction lifecycle
- registerListener(JTAUserTransactionLifecycleListener) - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
-
Register listener to perform some operations during transaction lifecycle
- 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
- TemplateConfigurationHelper - Class in org.exoplatform.container.util
-
Builds configuration from template using map of template-variables -- value.
- TemplateConfigurationHelper(String[], String[], ConfigurationManager) - Constructor for class org.exoplatform.container.util.TemplateConfigurationHelper
-
Creates instance of template configuration helper with given lists of filtering patterns.
- 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.ClearCacheMapper
- writeExternal(ObjectOutput) - Method in class org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper
- 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.GetSizeMapper
- 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