| Package | Description |
|---|---|
| org.wildfly.clustering.web.infinispan.session.fine |
| Modifier and Type | Method and Description |
|---|---|
protected SessionAttributeCacheKey |
FineImmutableSessionAttributes.createKey(String attribute) |
SessionAttributeCacheKey |
SessionAttributeCacheKeyExternalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionAttributeCacheKeyExternalizer.writeObject(ObjectOutput output,
SessionAttributeCacheKey key) |
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller) |
FineSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller) |
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,org.wildfly.clustering.marshalling.MarshalledValue<Object,org.wildfly.clustering.marshalling.MarshallingContext>> attributeCache,
SessionContext context,
org.wildfly.clustering.marshalling.Marshaller<Object,org.wildfly.clustering.marshalling.MarshalledValue<Object,org.wildfly.clustering.marshalling.MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.