Constructor and Description |
---|
InfinispanBackingCacheEntryStore(org.infinispan.Cache<K,MarshalledValue<E,C>> cache,
CacheInvoker invoker,
IdentifierFactory<K> identifierFactory,
KeyAffinityServiceFactory affinityFactory,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout,
ClusteredBackingCacheEntryStoreConfig config,
boolean controlCacheLifecycle,
MarshalledValueFactory<C> valueFactory,
C context,
NodeFactory<org.infinispan.remoting.transport.Address> nodeFactory,
Registry<String,?> registry) |
Modifier and Type | Class and Description |
---|---|
class |
BatchCacheInvoker
Invoker that starts and ends a batch, if none exists.
|
class |
RetryingCacheInvoker
A cache invoker implementation that retries after a specified set of intervals upon timeout or suspect.
|
class |
SimpleCacheInvoker
Trivial cache invoker.
|
Constructor and Description |
---|
BatchCacheInvoker(CacheInvoker invoker) |
RetryingCacheInvoker(CacheInvoker invoker,
int... backOffIntervals) |
Modifier and Type | Method and Description |
---|---|
CacheInvoker |
ServiceProviderRegistrationFactoryConfiguration.getCacheInvoker() |
Modifier and Type | Method and Description |
---|---|
CacheInvoker |
RegistryFactoryConfiguration.getCacheInvoker() |
Constructor and Description |
---|
CacheMutator(org.infinispan.Cache<K,V> cache,
CacheInvoker invoker,
K id,
V value,
org.infinispan.context.Flag... flags) |
Constructor and Description |
---|
CoarseSessionFactory(org.infinispan.Cache<String,CoarseSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributesCacheKey,MarshalledValue<Map<String,Object>,MarshallingContext>> attributesCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
FineImmutableSessionAttributes(String id,
Set<String> attributes,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
CacheInvoker invoker,
SessionAttributeMarshaller<Object,V> marshaller) |
FineSessionAttributes(String id,
Set<String> attributes,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
CacheInvoker invoker,
SessionAttributeMarshaller<Object,V> marshaller) |
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
SSOMutator(org.infinispan.Cache<String,V> cache,
CacheInvoker invoker,
String id,
V value) |
Constructor and Description |
---|
CoarseSSOFactory(org.infinispan.Cache<String,CoarseSSOCacheEntry<L>> cache,
CacheInvoker invoker,
LocalContextFactory<L> localContextFactory) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.