| Package | Description |
|---|---|
| org.wildfly.clustering.web.infinispan.session.fine |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributeKey |
SessionAttributeKeyResolver.apply(String sessionId,
Integer attributeId) |
protected SessionAttributeKey |
FineImmutableSessionAttributes.createKey(int attributeId) |
| Modifier and Type | Method and Description |
|---|---|
int |
SessionAttributeKeyResolver.applyAsInt(SessionAttributeKey key) |
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
Map<String,Integer> names,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller) |
FineSessionAttributes(String id,
AtomicInteger sequence,
ConcurrentMap<String,Integer> names,
org.wildfly.clustering.ee.Mutator namesMutator,
org.infinispan.Cache<SessionAttributeKey,V> cache,
Marshaller<Object,V> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeNamesKey,SessionAttributeNamesEntry> namesCache,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller,
CacheProperties properties) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.