Package org.apache.ignite.compute
Annotation Type ComputeTaskName
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) public @interface ComputeTaskName This annotation allows to assign optional name to grid task. If attached toComputeTaskimplementation Ignite will take this name as a task name instead of default which is grid task's class FQN.
- 
- 
Element Detail- 
valueString value - Returns:
- Optional task name.
 
 
- 
 
-