Interface InfinispanTimerManagerConfiguration<I,V>
-
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration
public interface InfinispanTimerManagerConfiguration<I,V> extends 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()Supplier<I>getIdentifierFactory()KeyAffinityServiceFactorygetKeyAffinityServiceFactory()Marshaller<Object,V>getMarshaller()TimerRegistry<I>getRegistry()TimerFactory<I,V>getTimerFactory()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
-
-
-
Method Detail
-
getTimerFactory
TimerFactory<I,V> getTimerFactory()
-
getRegistry
TimerRegistry<I> getRegistry()
-
getMarshaller
Marshaller<Object,V> getMarshaller()
-
getKeyAffinityServiceFactory
KeyAffinityServiceFactory getKeyAffinityServiceFactory()
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
getGroup
Group<org.infinispan.remoting.transport.Address> getGroup()
-
-