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()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- 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
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.