Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session.coarse |
Modifier and Type | Method and Description |
---|---|
SessionAttributesCacheKey |
SessionAttributesCacheKeyExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
void |
SessionAttributesCacheKeyExternalizer.writeObject(ObjectOutput output,
SessionAttributesCacheKey key) |
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) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.