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