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_STATES
static final Set
<TriggerStatus> TriggerStatus.END_STATES
Methods in org.sterl.spring.persistent_tasks.api that return TriggerStatusModifier and TypeMethodDescriptionTaskStatusHistoryOverview.status()
Returns the value of thestatus
record component.static TriggerStatus
Returns 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.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 aTaskStatusHistoryOverview
record 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 TypeMethodDescriptionlong
HistoryService.countTriggers
(TriggerStatus status) Counts the unique triggers in the history.org.springframework.data.domain.Page
<TriggerHistoryLastStateEntity> HistoryService.findTriggerState
(TriggerKey key, TriggerStatus status, org.springframework.data.domain.Pageable page) Checks for the last known state in the history. -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.history.api
Methods in org.sterl.spring.persistent_tasks.history.api with parameters of type TriggerStatusModifier and TypeMethodDescriptionorg.springframework.data.web.PagedModel
<Trigger> TriggerHistoryResource.list
(String id, String taskName, TriggerStatus status, org.springframework.data.domain.Pageable page) -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.test
Methods in org.sterl.spring.persistent_tasks.test with parameters of type TriggerStatusModifier and TypeMethodDescriptionvoid
PersistentTaskTestService.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 TriggerStatusModifier and TypeMethodDescriptionlong
TriggerService.countTriggers
(TriggerStatus status) org.springframework.data.domain.Page
<TriggerEntity> TriggerService.findAllTriggers
(TriggerKey key, TriggerStatus status, org.springframework.data.domain.Pageable page) -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger.api
Methods in org.sterl.spring.persistent_tasks.trigger.api with parameters of type TriggerStatusModifier and TypeMethodDescriptionorg.springframework.data.web.PagedModel
<Trigger> TriggerResource.list
(String id, String taskName, TriggerStatus status, org.springframework.data.domain.Pageable pageable) -
Uses of TriggerStatus in org.sterl.spring.persistent_tasks.trigger.component
Methods in org.sterl.spring.persistent_tasks.trigger.component with parameters of type TriggerStatusModifier and TypeMethodDescriptionlong
ReadTriggerComponent.countByStatus
(TriggerStatus status) org.springframework.data.domain.Page
<TriggerEntity> ReadTriggerComponent.listTriggers
(TriggerKey key, TriggerStatus status, org.springframework.data.domain.Pageable page) -
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 TypeMethodDescriptionTriggerRepository.loadNextTasks
(OffsetDateTime runAt, TriggerStatus status, org.springframework.data.domain.Pageable page) int
TriggerRepository.markTriggersAsRunning
(Collection<TriggerKey> keys, String runningOn, OffsetDateTime lastPing, TriggerStatus status)