Uses of Interface
org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
Packages that use ScheduleCommand
Package
Description
-
Uses of ScheduleCommand in org.wildfly.clustering.server.infinispan.expiration
Methods in org.wildfly.clustering.server.infinispan.expiration that return ScheduleCommandModifier and TypeMethodDescriptionScheduleCommand<I, org.wildfly.clustering.server.expiration.ExpirationMetaData> ScheduleWithExpirationMetaDataCommandFactory.apply(I id, org.wildfly.clustering.server.expiration.ExpirationMetaData metaData) -
Uses of ScheduleCommand in org.wildfly.clustering.server.infinispan.scheduler
Classes in org.wildfly.clustering.server.infinispan.scheduler that implement ScheduleCommandModifier and TypeClassDescriptionclassCommand that schedules an item, where its meta data is persisted.classCommand that scheduled an item using transient metadata.Methods in org.wildfly.clustering.server.infinispan.scheduler that return types with arguments of type ScheduleCommandModifier and TypeMethodDescriptiondefault BiFunction<I, M, ScheduleCommand<I, M>> PrimaryOwnerSchedulerConfiguration.getScheduleCommandFactory()