Uses of Record Class
com.loomcache.server.executor.ScheduledTaskInfo
Packages that use ScheduledTaskInfo
-
Uses of ScheduledTaskInfo in com.loomcache.server.executor
Methods in com.loomcache.server.executor that return ScheduledTaskInfoModifier and TypeMethodDescriptionScheduledTaskInfo.afterExecution()Create an updated info after one execution completes.ScheduledTaskInfo.cancelled()Create a cancelled version of this scheduled task info.static ScheduledTaskInfoScheduledTaskInfo.create(String taskId, String executorName, ScheduleType scheduleType, long initialDelayMillis, long periodMillis, byte[] serializedCallable) @Nullable ScheduledTaskInfoDistributedExecutorService.getScheduledTaskInfo(String taskId) Get info about a scheduled task.@Nullable ScheduledTaskInfoDurableTaskRecord.scheduleConfig()Returns the value of thescheduleConfigrecord component.Constructors in com.loomcache.server.executor with parameters of type ScheduledTaskInfoModifierConstructorDescriptionDurableTaskRecord(String taskId, String executorName, byte[] serializedCallable, TaskStatus status, long submitTimeMillis, @Nullable String targetMemberId, @Nullable String routingKey, @Nullable ScheduledTaskInfo scheduleConfig) Creates an instance of aDurableTaskRecordrecord class.