public class ScheduledTaskDescriptor extends Object implements IdentifiedDataSerializable
future reference. Suspended ones, i.e., backups
 or on-going migration have future set to null.
 For partition owned tasks, writes to the fields are done through the partition-thread. For member owned tasks, writes to the fields are done through the generic-thread. Reads on the fields, follow the same principal.
| Constructor and Description | 
|---|
ScheduledTaskDescriptor()  | 
ScheduledTaskDescriptor(TaskDefinition definition)  | 
ScheduledTaskDescriptor(TaskDefinition definition,
                       Map<?,?> state,
                       ScheduledTaskStatisticsImpl stats,
                       ScheduledTaskResult result)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
TaskDefinition | 
getDefinition()  | 
int | 
getFactoryId()
Returns DataSerializableFactory factory ID for this class. 
 | 
int | 
getId()
Returns type identifier for this class. 
 | 
int | 
hashCode()  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
String | 
toString()  | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
public ScheduledTaskDescriptor()
public ScheduledTaskDescriptor(TaskDefinition definition)
public ScheduledTaskDescriptor(TaskDefinition definition, Map<?,?> state, ScheduledTaskStatisticsImpl stats, ScheduledTaskResult result)
public TaskDefinition getDefinition()
public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     input stream has been closed.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.