Uses of Enum Class
org.sterl.spring.persistent_tasks.api.TriggerStatus
Packages that use TriggerStatus
Package
Description
-
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.api
Fields in org.sterl.spring.persistent_tasks.api with type parameters of type TriggerStatusModifier and TypeFieldDescriptionstatic final Set<TriggerStatus> TriggerStatus.ACTIVE_STATESstatic final Set<TriggerStatus> TriggerStatus.END_STATESMethods in org.sterl.spring.persistent_tasks.api that return TriggerStatusModifier and TypeMethodDescriptionTaskStatusHistoryOverview.status()Returns the value of thestatusrecord component.TriggerRequest.status()Returns the value of thestatusrecord component.static TriggerStatusReturns the enum constant of this class with the specified name.static TriggerStatus[]TriggerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sterl.spring.persistent_tasks.api with parameters of type TriggerStatusModifier and TypeMethodDescriptionstatic TriggerSearchTriggerSearch.byStatus(TriggerStatus status) Constructors in org.sterl.spring.persistent_tasks.api with parameters of type TriggerStatusModifierConstructorDescriptionTaskStatusHistoryOverview(String taskName, TriggerStatus status, Long executionCount, OffsetDateTime firstRun, OffsetDateTime lastRun, Number maxDurationMs, Number minDurationMs, Number avgDurationMs, Number avgExecutionCount) Creates an instance of aTaskStatusHistoryOverviewrecord class.TriggerRequest(TriggerKey key, TriggerStatus status, T state, OffsetDateTime runtAt, int priority, String correlationId, String tag) Creates an instance of aTriggerRequestrecord class. -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.history
Methods in org.sterl.spring.persistent_tasks.history with parameters of type TriggerStatusModifier and TypeMethodDescriptionlongHistoryService.countTriggers(TriggerStatus status) Counts the unique triggers in the history. -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.history.model
Fields in org.sterl.spring.persistent_tasks.history.model with type parameters of type TriggerStatusModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<TriggerStatus> QHistoryTriggerEntity.status -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.history.repository
Methods in org.sterl.spring.persistent_tasks.history.repository with parameters of type TriggerStatusModifier and TypeMethodDescriptionlongHistoryTriggerRepository.countByStatus(TriggerStatus status) -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.test
Methods in org.sterl.spring.persistent_tasks.test with parameters of type TriggerStatusModifier and TypeMethodDescriptionvoidPersistentTaskTestService.assertHasNextTask(TriggerStatus status, TriggerKey key) Runs the next trigger and ensures where is one. -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger
Methods in org.sterl.spring.persistent_tasks.trigger with parameters of type TriggerStatus -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger.component
Methods in org.sterl.spring.persistent_tasks.trigger.component with parameters of type TriggerStatus -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger.model
Methods in org.sterl.spring.persistent_tasks.trigger.model with parameters of type TriggerStatusModifier and TypeMethodDescriptionvoidRunningTriggerEntity.finishTriggerWithStatus(TriggerStatus status, Exception e) -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger.repository
Methods in org.sterl.spring.persistent_tasks.trigger.repository with parameters of type TriggerStatusModifier and TypeMethodDescriptionRunningTriggerRepository.findByStatusAndRunAtAfter(TriggerStatus status, OffsetDateTime runAt, org.springframework.data.domain.Pageable page) RunningTriggerRepository.findTriggersLastPingAfter(TriggerStatus status, OffsetDateTime lastPing) RunningTriggerRepository.loadNextTasks(OffsetDateTime runAt, TriggerStatus status, org.springframework.data.domain.Pageable page) intRunningTriggerRepository.markTriggersAsRunning(Collection<TriggerKey> keys, String runningOn, OffsetDateTime lastPing, TriggerStatus status)