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 |
---|---|
protected V |
FineImmutableSessionAttributes.getAttributeValue(SessionAttributeCacheKey key) |
void |
SessionAttributeCacheKeyExternalizer.writeObject(ObjectOutput output,
SessionAttributeCacheKey key) |
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 © 2013 JBoss by Red Hat. All rights reserved.