Uses of Enum
org.infinispan.tasks.TaskExecutionMode
Packages that use TaskExecutionMode
-
Uses of TaskExecutionMode in org.infinispan.tasks
Methods in org.infinispan.tasks that return TaskExecutionModeModifier and TypeMethodDescriptiondefault TaskExecutionMode
Task.getExecutionMode()
Whether the task execution should be local - on one node or distributed - on all nodes.static TaskExecutionMode
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.