public class MvccFutureResponse extends Object implements MvccMessage
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
MvccFutureResponse()
Required by
GridIoMessageFactory. |
MvccFutureResponse(long futId) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
long |
futureId() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
processedFromNioThread() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
waitForCoordinatorInit() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public MvccFutureResponse()
GridIoMessageFactory.public MvccFutureResponse(long futId)
futId - Future ID.public long futureId()
public boolean waitForCoordinatorInit()
waitForCoordinatorInit in interface MvccMessageTrue if should wait for coordinator initialization.public boolean processedFromNioThread()
processedFromNioThread in interface MvccMessageTrue if message should be processed from NIO thread.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021