public class StatisticsResponse extends Object implements Message
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE_CODE |
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
StatisticsResponse()
Constructor.
|
StatisticsResponse(UUID reqId,
StatisticsObjectData data)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsObjectData |
data() |
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
UUID |
reqId() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public static final short TYPE_CODE
public StatisticsResponse()
public StatisticsResponse(UUID reqId, StatisticsObjectData data)
reqId - Request iddata - Statistics data.public UUID reqId()
public StatisticsObjectData data()
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.15.0 Release Date : April 25 2023