Uses of Enum Class
de.espirit.firstspirit.access.schedule.RemoteTaskType
-
Uses of RemoteTaskType in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescription@NotNull RemoteTaskType
ScheduleTask.getRemoteTaskType()
Returns the type of remote task - if the task is executed remote a valid cluster node is choosen according to this type.
Default isNONE
- these indicates that the task cannot be executed on a cluster node.static RemoteTaskType
Returns the enum constant of this class with the specified name.static RemoteTaskType[]
RemoteTaskType.values()
Returns an array containing the constants of this enum class, in the order they are declared.