| Package | Description |
|---|---|
| org.wildfly.clustering.web.infinispan.session.coarse |
| Modifier and Type | Method and Description |
|---|---|
CoarseSessionCacheEntry<Object> |
CoarseSessionCacheEntryExternalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
MutableCacheEntry<CoarseSessionCacheEntry<L>> |
CoarseSessionEntry.getMutableSessionEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoarseSessionCacheEntryExternalizer.writeObject(ObjectOutput output,
CoarseSessionCacheEntry<Object> entry) |
| Constructor and Description |
|---|
CoarseSessionEntry(MutableCacheEntry<CoarseSessionCacheEntry<L>> sessionEntry,
MutableCacheEntry<Map<String,Object>> attributesEntry) |
CoarseSessionFactory(org.infinispan.Cache<String,CoarseSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributesCacheKey,org.wildfly.clustering.marshalling.MarshalledValue<Map<String,Object>,org.wildfly.clustering.marshalling.MarshallingContext>> attributesCache,
SessionContext context,
org.wildfly.clustering.marshalling.Marshaller<Map<String,Object>,org.wildfly.clustering.marshalling.MarshalledValue<Map<String,Object>,org.wildfly.clustering.marshalling.MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.