Class TimerScheduler<I,V>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractCacheEntryScheduler<I,ImmutableTimerMetaData>
org.wildfly.clustering.ejb.infinispan.timer.TimerScheduler<I,V>
Type Parameters:
I - the timer identifier type
V - the timer metadata value type
All Implemented Interfaces:
AutoCloseable, org.wildfly.clustering.server.infinispan.scheduler.CacheEntryScheduler<I,ImmutableTimerMetaData>, org.wildfly.clustering.server.scheduler.Scheduler<I,ImmutableTimerMetaData>

public class TimerScheduler<I,V> extends org.wildfly.clustering.server.infinispan.scheduler.AbstractCacheEntryScheduler<I,ImmutableTimerMetaData>
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    TimerScheduler(TimerFactory<I,V> factory, TimerManager<I> manager, Supplier<org.wildfly.clustering.cache.infinispan.embedded.distribution.Locality> locality, Duration closeTimeout, TimerRegistry<I> registry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    schedule(I id)
     

    Methods inherited from class org.wildfly.clustering.server.infinispan.scheduler.AbstractCacheEntryScheduler

    cancel, cancel, close, schedule, stream, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.server.scheduler.Scheduler

    contains
  • Constructor Details

  • Method Details

    • schedule

      public void schedule(I id)