public class GridTaskCancelRequest extends Object implements Message
Constructor and Description |
---|
GridTaskCancelRequest()
No-op constructor to support
Externalizable interface. |
GridTaskCancelRequest(IgniteUuid sesId) |
Modifier and Type | Method and Description |
---|---|
byte |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
IgniteUuid |
sessionId()
Gets execution ID of task to be cancelled.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridTaskCancelRequest()
Externalizable
interface.
This constructor is not meant to be used for other purposes.public GridTaskCancelRequest(IgniteUuid sesId)
sesId
- Task session ID.public IgniteUuid sessionId()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte directType()
directType
in interface Message
public byte fieldsCount()
fieldsCount
in interface Message
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015