Uses of Interface
org.wildfly.clustering.ee.infinispan.scheduler.ScheduleCommand
-
Packages that use ScheduleCommand Package Description org.wildfly.clustering.ee.infinispan.expiration org.wildfly.clustering.ee.infinispan.scheduler -
-
Uses of ScheduleCommand in org.wildfly.clustering.ee.infinispan.expiration
Methods in org.wildfly.clustering.ee.infinispan.expiration that return ScheduleCommand Modifier and Type Method Description ScheduleCommand<I,ExpirationMetaData>ScheduleWithExpirationMetaDataCommandFactory. apply(I id, ExpirationMetaData metaData) -
Uses of ScheduleCommand in org.wildfly.clustering.ee.infinispan.scheduler
Classes in org.wildfly.clustering.ee.infinispan.scheduler that implement ScheduleCommand Modifier and Type Class Description classScheduleWithMetaDataCommand<I,M>Command that schedules an item, where its meta data is persisted.classScheduleWithTransientMetaDataCommand<I,M>Command that scheduled an item.Constructor parameters in org.wildfly.clustering.ee.infinispan.scheduler with type arguments of type ScheduleCommand Constructor Description PrimaryOwnerScheduler(CommandDispatcherFactory dispatcherFactory, String name, CacheEntryScheduler<I,M> scheduler, Function<K,Node> primaryOwnerLocator, Function<I,K> keyFactory, BiFunction<I,M,ScheduleCommand<I,M>> scheduleCommandFactory)
-