Modifier and Type | Class and Description |
---|---|
class |
MarshalledValueSessionAttributeMarshaller<V,C>
Session attribute marshaller that stores attribute values using marshalled values.
|
Constructor and Description |
---|
CoarseImmutableSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller) |
CoarseSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller,
Mutator mutator) |
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) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.