Class TimerScheduler<I,C>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.AbstractCacheEntryScheduler<I,ImmutableTimerMetaData>
-
- org.wildfly.clustering.ejb.infinispan.timer.TimerScheduler<I,C>
-
- All Implemented Interfaces:
AutoCloseable,CacheEntryScheduler<I,ImmutableTimerMetaData>,Scheduler<I,ImmutableTimerMetaData>
public class TimerScheduler<I,C> extends AbstractCacheEntryScheduler<I,ImmutableTimerMetaData>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description TimerScheduler(TimerFactory<I,C> factory, TimerManager<I,TransactionBatch> manager, Supplier<Locality> locality, Duration closeTimeout, TimerRegistry<I> registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidschedule(I id)-
Methods inherited from class org.wildfly.clustering.ee.infinispan.scheduler.AbstractCacheEntryScheduler
cancel, cancel, close, schedule, stream, toString
-
-
-
-
Constructor Detail
-
TimerScheduler
public TimerScheduler(TimerFactory<I,C> factory, TimerManager<I,TransactionBatch> manager, Supplier<Locality> locality, Duration closeTimeout, TimerRegistry<I> registry)
-
-
Method Detail
-
schedule
public void schedule(I id)
-
-