Class JobStealingRequest
- java.lang.Object
- 
- org.apache.ignite.spi.collision.jobstealing.JobStealingRequest
 
- 
- All Implemented Interfaces:
- Serializable,- Message
 
 public class JobStealingRequest extends Object implements Message Job stealing request.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface org.apache.ignite.plugin.extensions.communication.MessageDIRECT_TYPE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description JobStealingRequest()Required byExternalizable.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description shortdirectType()Gets message type.bytefieldsCount()Gets fields count.voidonAckReceived()Method called when ack message received.booleanreadFrom(ByteBuffer buf, MessageReader reader)Reads this message from provided byte buffer.StringtoString()booleanwriteTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.
 
- 
- 
- 
Constructor Detail- 
JobStealingRequestpublic JobStealingRequest() Required byExternalizable.
 
- 
 - 
Method Detail- 
onAckReceivedpublic void onAckReceived() Method called when ack message received.- Specified by:
- onAckReceivedin interface- Message
 
 - 
writeTopublic boolean writeTo(ByteBuffer buf, MessageWriter writer) Writes this message to provided byte buffer.
 - 
readFrompublic boolean readFrom(ByteBuffer buf, MessageReader reader) Reads this message from provided byte buffer.
 - 
directTypepublic short directType() Gets message type.- Specified by:
- directTypein interface- Message
- Returns:
- Message type.
 
 - 
fieldsCountpublic byte fieldsCount() Gets fields count.- Specified by:
- fieldsCountin interface- Message
- Returns:
- Fields count.
 
 
- 
 
-