public class MvccWaitTxsRequest extends Object implements MvccMessage
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
MvccWaitTxsRequest() |
MvccWaitTxsRequest(long futId,
GridLongList txs) |
| 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() |
GridLongList |
transactions() |
boolean |
waitForCoordinatorInit() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public MvccWaitTxsRequest()
public MvccWaitTxsRequest(long futId,
GridLongList txs)
futId - Future ID.txs - Transactions to wait for.public long futureId()
public GridLongList transactions()
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.7.5 Release Date : June 4 2019