Uses of Enum Class
org.infinispan.tasks.TaskInstantiationMode
Packages that use TaskInstantiationMode
-
Uses of TaskInstantiationMode in org.infinispan.tasks
Methods in org.infinispan.tasks that return TaskInstantiationModeModifier and TypeMethodDescriptiondefault TaskInstantiationMode
Task.getInstantiationMode()
Whether tasks should reuse a single instance or create a new instance per execution.static TaskInstantiationMode
Returns the enum constant of this class with the specified name.static TaskInstantiationMode[]
TaskInstantiationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.