Uses of Interface
org.wildfly.clustering.server.scheduler.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in org.wildfly.clustering.server.infinispan.expiration
Classes in org.wildfly.clustering.server.infinispan.expiration that implement SchedulerModifier and TypeClassDescriptionclassAnAbstractCacheEntrySchedulerimplementation suitable for expiration.Constructors in org.wildfly.clustering.server.infinispan.expiration with parameters of type Scheduler -
Uses of Scheduler in org.wildfly.clustering.server.infinispan.scheduler
Subinterfaces of Scheduler in org.wildfly.clustering.server.infinispan.schedulerClasses in org.wildfly.clustering.server.infinispan.scheduler that implement SchedulerModifier and TypeClassDescriptionclassAbstractCacheEntrySchedulerthat delegates to a local scheduler.static classstatic classclassScheduler decorator that schedules/cancels a given object on the primary owner.Constructors in org.wildfly.clustering.server.infinispan.scheduler with parameters of type Scheduler -
Uses of Scheduler in org.wildfly.clustering.server.local.scheduler
Classes in org.wildfly.clustering.server.local.scheduler that implement SchedulerModifier and TypeClassDescriptionclassScheduler that uses a single scheduled task in concert with aScheduledEntries. -
Uses of Scheduler in org.wildfly.clustering.server.scheduler
Classes in org.wildfly.clustering.server.scheduler that implement SchedulerModifier and TypeClassDescriptionstatic classstatic classMethods in org.wildfly.clustering.server.scheduler that return SchedulerModifier and TypeMethodDescriptionstatic <I,M> Scheduler<I, M> Scheduler.inactive()Returns an inactive scheduler instance.static <I,M> Scheduler<I, M> Returns a scheduler that delegates to a scheduler reference.Method parameters in org.wildfly.clustering.server.scheduler with type arguments of type SchedulerModifier and TypeMethodDescriptionstatic <I,M> Scheduler<I, M> Returns a scheduler that delegates to a scheduler reference.Constructor parameters in org.wildfly.clustering.server.scheduler with type arguments of type SchedulerModifierConstructorDescriptionprotectedReferenceScheduler(Supplier<? extends Scheduler<I, M>> reference) -
Uses of Scheduler in org.wildfly.clustering.session.infinispan.embedded
Classes in org.wildfly.clustering.session.infinispan.embedded that implement SchedulerModifier and TypeClassDescriptionclassSession expiration scheduler that eagerly expires sessions as soon as they are eligible.Methods in org.wildfly.clustering.session.infinispan.embedded that return SchedulerConstructors in org.wildfly.clustering.session.infinispan.embedded with parameters of type SchedulerModifierConstructorDescriptionSessionExpirationScheduler(Scheduler<String, Instant> scheduler, ImmutableSessionMetaDataFactory<MV> metaDataFactory)