Package | Description |
---|---|
org.infinispan.tasks |
Server tasks API.
|
Modifier and Type | Method and Description |
---|---|
default TaskExecutionMode |
Task.getExecutionMode()
Provides info whether the task execution should be local - on one node or distributed - on all nodes.
|
static TaskExecutionMode |
TaskExecutionMode.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.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.