Interface InfinispanTimerManagerFactoryConfiguration<I>
-
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration,TimerManagerFactoryConfiguration<I>
- All Known Implementing Classes:
InfinispanTimerManagerFactoryServiceConfigurator
public interface InfinispanTimerManagerFactoryConfiguration<I> extends TimerManagerFactoryConfiguration<I>, InfinispanConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandDispatcherFactorygetCommandDispatcherFactory()Group<org.infinispan.remoting.transport.Address>getGroup()KeyAffinityServiceFactorygetKeyAffinityServiceFactory()ByteBufferMarshallergetMarshaller()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerManagerFactoryConfiguration
getIdentifierFactory, getRegistry, getTimerServiceConfiguration, isPersistent
-
-
-
-
Method Detail
-
getMarshaller
ByteBufferMarshaller getMarshaller()
-
getKeyAffinityServiceFactory
KeyAffinityServiceFactory getKeyAffinityServiceFactory()
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
getGroup
Group<org.infinispan.remoting.transport.Address> getGroup()
-
-