Modifier and Type | Method and Description |
---|---|
void |
InfinispanBackingCacheEntryStoreSource.setKeyAffinityServiceFactory(KeyAffinityServiceFactory affinityFactory) |
Constructor and Description |
---|
InfinispanBackingCacheEntryStore(org.infinispan.Cache<K,MarshalledValue<E,C>> cache,
CacheInvoker invoker,
IdentifierFactory<K> identifierFactory,
KeyAffinityServiceFactory affinityFactory,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout,
ClusteredBackingCacheEntryStoreConfig config,
boolean controlCacheLifecycle,
MarshalledValueFactory<C> valueFactory,
C context,
NodeFactory<org.infinispan.remoting.transport.Address> nodeFactory,
Registry<String,?> registry) |
Modifier and Type | Class and Description |
---|---|
class |
KeyAffinityServiceFactoryService
Key affinity service factory that will only generates keys for use by the local node.
|
Modifier and Type | Method and Description |
---|---|
KeyAffinityServiceFactory |
KeyAffinityServiceFactoryService.getValue() |
Constructor and Description |
---|
InfinispanSessionManager(SessionContext context,
SessionIdentifierFactory idFactory,
org.infinispan.Cache<String,V> cache,
SessionFactory<V,L> factory,
KeyAffinityServiceFactory affinityFactory,
Registry<String,Void> registry,
NodeFactory<org.infinispan.remoting.transport.Address> nodeFactory,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData) |
Constructor and Description |
---|
InfinispanSessionManagerFactory(org.jboss.modules.Module module,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData,
org.jboss.msc.value.Value<org.infinispan.Cache> cache,
org.jboss.msc.value.Value<KeyAffinityServiceFactory> affinityFactory) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.