FineImmutableSessionAttributes(K key,
Map<String,Integer> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache,
Function<Integer,SessionAttributeKey<K>> keyFactory,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
FineImmutableSessionAttributes(K key,
Map<String,Integer> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache,
Function<Integer,SessionAttributeKey<K>> keyFactory,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
FineSessionAttributes(K key,
AtomicInteger sequence,
ConcurrentMap<String,Integer> names,
org.wildfly.clustering.ee.Mutator namesMutator,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache,
Function<Integer,SessionAttributeKey<K>> keyFactory,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
FineSessionAttributes(K key,
AtomicInteger sequence,
ConcurrentMap<String,Integer> names,
org.wildfly.clustering.ee.Mutator namesMutator,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache,
Function<Integer,SessionAttributeKey<K>> keyFactory,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
FineSessionAttributesFactory(org.infinispan.client.hotrod.RemoteCache<SessionAttributeNamesKey<K>,SessionAttributeNamesEntry> namesCache,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> attributeCache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |