Uses of Interface
cn.boboweike.carrot.tasks.states.TaskState
-
Packages that use TaskState Package Description cn.boboweike.carrot.tasks cn.boboweike.carrot.tasks.filters cn.boboweike.carrot.tasks.states -
-
Uses of TaskState in cn.boboweike.carrot.tasks
Methods in cn.boboweike.carrot.tasks with type parameters of type TaskState Modifier and Type Method Description <T extends TaskState>
Optional<T>Task. getLastTaskStateOfType(Class<T> clazz)<T extends TaskState>
TTask. getTaskState()<T extends TaskState>
Stream<T>Task. getTaskStatesOfType(Class<T> clazz)Methods in cn.boboweike.carrot.tasks that return TaskState Modifier and Type Method Description TaskStateTask. getTaskState(int element)Methods in cn.boboweike.carrot.tasks that return types with arguments of type TaskState Modifier and Type Method Description List<TaskState>Task. getTaskStates()Constructors in cn.boboweike.carrot.tasks with parameters of type TaskState Constructor Description Task(TaskDetails taskDetails, TaskState taskState)Task(UUID id, TaskDetails taskDetails, TaskState taskState)Constructor parameters in cn.boboweike.carrot.tasks with type arguments of type TaskState Constructor Description Task(UUID id, int version, TaskDetails taskDetails, List<TaskState> taskHistory, ConcurrentMap<String,Object> metadata) -
Uses of TaskState in cn.boboweike.carrot.tasks.filters
Methods in cn.boboweike.carrot.tasks.filters with parameters of type TaskState Modifier and Type Method Description voidApplyStateFilter. onStateApplied(Task task, TaskState oldState, TaskState newState)voidElectStateFilter. onStateElection(Task task, TaskState newState)voidRetryFilter. onStateElection(Task task, TaskState newState) -
Uses of TaskState in cn.boboweike.carrot.tasks.states
Classes in cn.boboweike.carrot.tasks.states that implement TaskState Modifier and Type Class Description classAbstractTaskStateclassDeletedStateclassEnqueuedStateclassFailedStateclassProcessingStateclassScheduledStateclassSucceededStateFields in cn.boboweike.carrot.tasks.states with type parameters of type TaskState Modifier and Type Field Description static Predicate<TaskState>StateName. FAILED_STATES
-