FineImmutableSessionAttributes(String id,
Map<String,UUID> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> cache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
FineSessionAttributes(String id,
Map<String,UUID> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeNamesKey,Map<String,UUID>> namesCache,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> attributeCache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller,
org.wildfly.clustering.ee.cache.CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.client.hotrod.RemoteCache<SessionAttributeNamesKey,Map<String,UUID>> namesCache,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> attributeCache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller,
org.wildfly.clustering.ee.cache.CacheProperties properties) |