Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session.coarse |
Modifier and Type | Method and Description |
---|---|
CoarseSessionCacheEntry<L> |
CoarseSessionEntry.getCacheEntry() |
CoarseSessionCacheEntry<Object> |
CoarseSessionCacheEntryExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
void |
CoarseSessionCacheEntryExternalizer.writeObject(ObjectOutput output,
CoarseSessionCacheEntry<Object> entry) |
Constructor and Description |
---|
CoarseSessionEntry(CoarseSessionCacheEntry<L> cacheEntry,
MarshalledValue<Map<String,Object>,MarshallingContext> attributes) |
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 © 2015 JBoss by Red Hat. All rights reserved.