public class CoarseSessionAttributesFactory<V> extends Object implements SessionAttributesFactory<Map.Entry<Map<String,Object>,V>>
| Constructor and Description |
|---|
CoarseSessionAttributesFactory(org.infinispan.client.hotrod.RemoteCache<SessionAttributesKey,V> cache,
org.wildfly.clustering.marshalling.spi.Marshaller<Map<String,Object>,V> marshaller,
org.wildfly.clustering.ee.cache.CacheProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.web.session.ImmutableSessionAttributes |
createImmutableSessionAttributes(String id,
Map.Entry<Map<String,Object>,V> entry) |
SessionAttributes |
createSessionAttributes(String id,
Map.Entry<Map<String,Object>,V> entry) |
Map.Entry<Map<String,Object>,V> |
createValue(String id,
Void context) |
Map.Entry<Map<String,Object>,V> |
findValue(String id) |
boolean |
remove(String id) |
public SessionAttributes createSessionAttributes(String id, Map.Entry<Map<String,Object>,V> entry)
createSessionAttributes in interface SessionAttributesFactory<Map.Entry<Map<String,Object>,V>>public org.wildfly.clustering.web.session.ImmutableSessionAttributes createImmutableSessionAttributes(String id, Map.Entry<Map<String,Object>,V> entry)
createImmutableSessionAttributes in interface SessionAttributesFactory<Map.Entry<Map<String,Object>,V>>Copyright © 2019 JBoss by Red Hat. All rights reserved.