Uses of Class
io.datarouter.tasktracker.scheduler.LongRunningTaskType
| Package | Description |
|---|---|
| io.datarouter.tasktracker.scheduler | |
| io.datarouter.tasktracker.service | |
| io.datarouter.tasktracker.storage |
-
Uses of LongRunningTaskType in io.datarouter.tasktracker.scheduler
Methods in io.datarouter.tasktracker.scheduler that return LongRunningTaskType Modifier and Type Method Description LongRunningTaskTypeLongRunningTaskType. fromPersistentString(java.lang.String str)static LongRunningTaskTypeLongRunningTaskType. fromPersistentStringStatic(java.lang.String str)static LongRunningTaskTypeLongRunningTaskType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LongRunningTaskType[]LongRunningTaskType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LongRunningTaskType in io.datarouter.tasktracker.service
Fields in io.datarouter.tasktracker.service declared as LongRunningTaskType Modifier and Type Field Description LongRunningTaskTypeLongRunningTaskInfo. typeMethods in io.datarouter.tasktracker.service with parameters of type LongRunningTaskType Modifier and Type Method Description LongRunningTaskTrackerLongRunningTaskTrackerFactory. create(java.lang.Class<?> trackedClass, LongRunningTaskType type, java.time.Instant deadline, boolean warnOnReachingDeadline, java.lang.String triggeredBy)Constructors in io.datarouter.tasktracker.service with parameters of type LongRunningTaskType Constructor Description LongRunningTaskInfo(java.lang.Class<?> trackedClass, java.lang.String serverName, LongRunningTaskType type, java.lang.String triggeredBy) -
Uses of LongRunningTaskType in io.datarouter.tasktracker.storage
Fields in io.datarouter.tasktracker.storage with type parameters of type LongRunningTaskType Modifier and Type Field Description static io.datarouter.model.field.imp.enums.StringEnumFieldKey<LongRunningTaskType>LongRunningTask.FieldKeys. typeMethods in io.datarouter.tasktracker.storage that return LongRunningTaskType Modifier and Type Method Description LongRunningTaskTypeLongRunningTask. getType()