Uses of Interface
org.wildfly.clustering.server.infinispan.scheduler.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in org.wildfly.clustering.server.infinispan.scheduler
Subinterfaces of Scheduler in org.wildfly.clustering.server.infinispan.schedulerModifier and TypeInterfaceDescriptioninterfaceCacheEntryScheduler<I,K extends Key<I>, V, M> A task scheduler.Classes in org.wildfly.clustering.server.infinispan.scheduler that implement SchedulerModifier and TypeClassDescriptionclassAbstractCacheEntryScheduler<I,K extends Key<I>, V, M> An abstract cache entry scheduler.static classCacheEntryScheduler.InactiveCacheEntryScheduler<I,K extends Key<I>, V, M> static classCacheEntryScheduler.ReferenceCacheEntryScheduler<I,K extends Key<I>, V, M> classScheduler decorator that schedules/cancels a given object on the primary owner.static classstatic classMethods in org.wildfly.clustering.server.infinispan.scheduler that return SchedulerMethods in org.wildfly.clustering.server.infinispan.scheduler with parameters of type SchedulerModifier and TypeMethodDescriptionstatic <I,K extends Key<I>, V, M>
CacheKeysTask<K,V> CacheKeysTask.cancel(org.infinispan.Cache<K, V> cache, Predicate<? super K> filter, Scheduler<I, M> scheduler) Deprecated, for removal: This API element is subject to removal in a future version.static <I,K extends Key<I>, V, M>
CacheKeysTask<K,V> CacheKeysTask.schedule(org.infinispan.Cache<K, V> cache, Predicate<? super K> filter, Scheduler<I, M> scheduler) -
Uses of Scheduler in org.wildfly.clustering.session.infinispan.embedded
Classes in org.wildfly.clustering.session.infinispan.embedded that implement SchedulerModifier and TypeClassDescriptionclassSessionExpirationScheduler<K extends Key<String>,V> Session expiration scheduler that eagerly expires sessions as soon as they are eligible.