Class LocalScheduler<T>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.scheduler.LocalScheduler<T>
-
-
Constructor Summary
Constructors Constructor Description LocalScheduler(ScheduledEntries<T,Instant> entries, Predicate<T> task, Duration closeTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel(T id)voidclose()Iterator<T>iterator()voidrun()voidschedule(T id, Instant instant)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-