Uses of Class
org.infinispan.tasks.TaskExecutionMode
-
Packages that use TaskExecutionMode Package Description org.infinispan.tasks Server tasks API. -
-
Uses of TaskExecutionMode in org.infinispan.tasks
Methods in org.infinispan.tasks that return TaskExecutionMode Modifier and Type Method Description default TaskExecutionModeTask. getExecutionMode()Provides info whether the task execution should be local - on one node or distributed - on all nodes.static TaskExecutionModeTaskExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskExecutionMode[]TaskExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-