Modifier and Type | Method and Description |
---|---|
CommandDispatcherFactory |
InfinispanBeanManagerFactoryConfiguration.getCommandDispatcherFactory() |
CommandDispatcherFactory |
InfinispanBeanManagerFactoryBuilder.getCommandDispatcherFactory() |
CommandDispatcherFactory |
InfinispanBeanManagerConfiguration.getCommandDispatcherFactory() |
Constructor and Description |
---|
BeanGroupEvictionScheduler(String name,
Batcher<TransactionBatch> batcher,
Evictor<I> evictor,
CommandDispatcherFactory dispatcherFactory,
PassivationConfiguration<?> config) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelCommandDispatcherFactory
MessageDispatcher based CommandDispatcherFactory . |
class |
LocalCommandDispatcherFactory
Non-clustered
CommandDispatcherFactory implementation |
Modifier and Type | Method and Description |
---|---|
CommandDispatcherFactory |
LocalCommandDispatcherFactoryBuilder.getValue() |
CommandDispatcherFactory |
ChannelCommandDispatcherFactoryBuilder.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> |
LocalCommandDispatcherFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> |
ChannelCommandDispatcherFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
Constructor and Description |
---|
CommandDispatcherFactoryBuilderProvider(GroupBuilderFactory<CommandDispatcherFactory> factory) |
Modifier and Type | Method and Description |
---|---|
CommandDispatcherFactory |
CacheServiceProviderRegistryConfiguration.getCommandDispatcherFactory() |
CommandDispatcherFactory |
CacheServiceProviderRegistryBuilder.getCommandDispatcherFactory() |
Modifier and Type | Method and Description |
---|---|
CommandDispatcherFactory |
InfinispanSessionManagerConfiguration.getCommandDispatcherFactory() |
CommandDispatcherFactory |
InfinispanSessionManagerFactoryBuilder.getCommandDispatcherFactory() |
CommandDispatcherFactory |
InfinispanSessionManagerFactoryConfiguration.getCommandDispatcherFactory() |
Constructor and Description |
---|
SessionEvictionScheduler(String name,
Evictor<String> evictor,
CommandDispatcherFactory dispatcherFactory,
int maxSize) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.