Package | Description |
---|---|
org.jboss.as.clustering.ejb3.cache.backing.infinispan | |
org.jboss.as.clustering.infinispan.invoker | |
org.jboss.as.clustering.web.infinispan |
Constructor and Description |
---|
InfinispanBackingCacheEntryStore(org.infinispan.Cache<MarshalledValue<K,C>,MarshalledValue<E,C>> cache,
CacheInvoker invoker,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout,
ClusteredBackingCacheEntryStoreConfig config,
boolean controlCacheLifecycle,
MarshalledValueFactory<C> keyFactory,
MarshalledValueFactory<C> valueFactory,
C context,
SharedLocalYieldingClusterLockManager lockManager,
LockKeyFactory<K,C> lockKeyFactory,
Registry<String,?> registry) |
Modifier and Type | Class and Description |
---|---|
class |
RetryingCacheInvoker
A cache invoker implementation that retries after a specified set of intervals upon timeout or suspect.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedCacheManagerFactory.setCacheInvoker(CacheInvoker invoker) |
Constructor and Description |
---|
DistributedCacheManager(LocalDistributableSessionManager manager,
org.infinispan.Cache<String,Map<Object,Object>> cache,
Registry<String,Void> registry,
SharedLocalYieldingClusterLockManager lockManager,
SessionAttributeStorage<T> attributeStorage,
BatchingManager batchingManager,
CacheInvoker invoker) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.