Class AbstractExpirationScheduler<I>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.AbstractCacheEntryScheduler<I,ExpirationMetaData>
-
- org.wildfly.clustering.ee.infinispan.expiration.AbstractExpirationScheduler<I>
-
- Type Parameters:
I- the identifier type of the scheduled object
- All Implemented Interfaces:
AutoCloseable,CacheEntryScheduler<I,ExpirationMetaData>,Scheduler<I,ExpirationMetaData>
public abstract class AbstractExpirationScheduler<I> extends AbstractCacheEntryScheduler<I,ExpirationMetaData>
AnAbstractCacheEntrySchedulersuitable for expiration.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AbstractExpirationScheduler(Scheduler<I,Instant> scheduler)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.ee.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.ee.infinispan.scheduler.CacheEntryScheduler
schedule
-
-