Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session.fine |
Modifier and Type | Method and Description |
---|---|
protected SessionAttributeKey |
FineImmutableSessionAttributes.createKey(String attribute) |
Modifier and Type | Method and Description |
---|---|
void |
SessionAttributeKeyExternalizer.writeObject(ObjectOutput output,
SessionAttributeKey key) |
Constructor and Description |
---|
FineImmutableSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V,MarshallingContext> marshaller) |
FineSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeKey,V> cache,
Marshaller<Object,V,MarshallingContext> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> cache,
Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.