JavaScript is disabled on your browser.
Description
Method Summary
Method Details
getName()
getType()
getExecutionMode()
getInstantiationMode()
getParameters()
getAllowedRole()
toJson()
All Superinterfaces:
JsonSerialization
All Known Subinterfaces:
ServerTask <V>
All Known Implementing Classes:
AdminServerTask
, CacheAssignAliasTask
, CacheCreateTask
, CacheGetOrCreateTask
, CacheNamesTask
, CacheReindexTask
, CacheRemoveTask
, CacheUpdateConfigurationAttributeTask
, CacheUpdateIndexSchemaTask
, TemplateCreateTask
, TemplateNamesTask
, TemplateRemoveTask
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
An optional role, for which the task is accessible.
Whether the task execution should be local - on one node or distributed - on all nodes.
Whether tasks should reuse a single instance or create a new instance per execution.
Provides a name for the task.
The named parameters accepted by this task
Returns the type of task.