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) |
Constructor and Description |
---|
InfinispanBeanFactory(String beanName,
BeanGroupFactory<G,I,T> groupFactory,
org.infinispan.Cache<BeanKey<I>,BeanEntry<G>> beanCache,
CacheInvoker invoker,
Time timeout,
PassivationListener<T> listener) |
Constructor and Description |
---|
InfinispanBeanGroupFactory(org.infinispan.Cache<G,BeanGroupEntry<I,T>> cache,
CacheInvoker invoker,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
CacheInvoker |
ServiceProviderRegistrationFactoryConfiguration.getCacheInvoker() |
Modifier and Type | Method and Description |
---|---|
CacheInvoker |
RegistryFactoryConfiguration.getCacheInvoker() |
Constructor and Description |
---|
CacheEntryMutator(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 |
---|
CoarseSSOFactory(org.infinispan.Cache<String,CoarseAuthenticationEntry<I,D,L>> authenticationCache,
org.infinispan.Cache<CoarseSessionsKey,Map<D,String>> sessionsCache,
CacheInvoker invoker,
LocalContextFactory<L> localContextFactory) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.