public class MvccQuerySnapshotRequest extends Object implements MvccMessage
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
MvccQuerySnapshotRequest()
Required by
GridIoMessageFactory. |
MvccQuerySnapshotRequest(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 MvccQuerySnapshotRequest()
GridIoMessageFactory.public MvccQuerySnapshotRequest(long futId)
futId - Future ID.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 long futureId()
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.1 Release Date : December 20 2021