| Package | Description |
|---|---|
| org.wildfly.clustering.web.infinispan.session.fine |
| Modifier and Type | Method and Description |
|---|---|
SessionAttributeKey |
SessionAttributeKeyExternalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Class<SessionAttributeKey> |
SessionAttributeKeyExternalizer.getTargetClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionAttributeKeyExternalizer.writeObject(ObjectOutput output,
SessionAttributeKey key) |
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
Map<String,UUID> names,
Map<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller) |
FineSessionAttributes(String id,
Map<String,UUID> names,
org.infinispan.Cache<SessionAttributeNamesKey,Map<String,UUID>> namesCache,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeNamesKey,Map<String,UUID>> namesCache,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller,
CacheProperties properties) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.