Modifier and Type | Class and Description |
---|---|
class |
InfinispanCacheProperties
Eagerly calculates the properties of a cache configuration.
|
Modifier and Type | Method and Description |
---|---|
CacheProperties |
InfinispanBeanManagerConfiguration.getProperties() |
Constructor and Description |
---|
InfinispanBeanFactory(String beanName,
BeanGroupFactory<I,T> groupFactory,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> cache,
CacheProperties properties,
Time timeout,
PassivationListener<T> listener) |
Constructor and Description |
---|
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties) |
Modifier and Type | Method and Description |
---|---|
CacheProperties |
InfinispanSessionManagerConfiguration.getProperties() |
Constructor and Description |
---|
InfinispanSessionMetaDataFactory(org.infinispan.Cache<? extends Key<String>,?> cache,
CacheProperties properties) |
Constructor and Description |
---|
CoarseSessionAttributes(Map<String,Object> attributes,
Mutator mutator,
MarshallingContext context,
CacheProperties properties) |
CoarseSessionAttributesFactory(org.infinispan.Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> cache,
Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Constructor and Description |
---|
FineSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeKey,V> cache,
Marshaller<Object,V,MarshallingContext> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> cache,
Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.