public class StatisticsObjectData extends Object implements Message
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE_CODE |
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
StatisticsObjectData()
Default constructor.
|
StatisticsObjectData(StatisticsKeyMessage key,
long rowsCnt,
StatisticsType type,
int partId,
long updCnt,
Map<String,StatisticsColumnData> data)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StatisticsColumnData> |
data() |
short |
directType() |
byte |
fieldsCount() |
StatisticsKeyMessage |
key() |
void |
onAckReceived() |
int |
partId() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader) |
long |
rowsCnt() |
StatisticsType |
type() |
long |
updCnt() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer) |
public static final short TYPE_CODE
public StatisticsObjectData(StatisticsKeyMessage key, long rowsCnt, StatisticsType type, int partId, long updCnt, Map<String,StatisticsColumnData> data)
key - Statistics key.rowsCnt - Total row count.type - Statistics type.partId - Partition id.updCnt - Partition update counter.data - Map of statistics column data.public StatisticsObjectData()
public StatisticsKeyMessage key()
public long rowsCnt()
public StatisticsType type()
public int partId()
public long updCnt()
public Map<String,StatisticsColumnData> 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. 8.9.23-p1 Release Date : November 19 2025