public interface NamedTask
NamedTask interface should be implemented by any task
 that needs to have an identification and enhanced atomicity upon scheduling the task.| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Returns the name of the task. 
 | 
String getName()
DuplicateTaskException will be thrown and the task will be rejected.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.