public class ObjectPartitionStatisticsImpl extends ObjectStatisticsImpl
| Constructor and Description |
|---|
ObjectPartitionStatisticsImpl(int partId,
long rowsCnt,
long updCnt,
Map<String,ColumnStatistics> colNameToStat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectPartitionStatisticsImpl |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
int |
partId() |
String |
toString() |
long |
updCnt() |
columnsStatistics, columnStatistics, rowCountpublic ObjectPartitionStatisticsImpl(int partId,
long rowsCnt,
long updCnt,
Map<String,ColumnStatistics> colNameToStat)
partId - Partition id.rowsCnt - Total count of rows in partition.updCnt - Update counter of partition.colNameToStat - Column key to column statistics map.public int partId()
public long updCnt()
public ObjectPartitionStatisticsImpl clone()
clone in class ObjectStatisticsImplpublic boolean equals(Object o)
equals in class ObjectStatisticsImplpublic int hashCode()
hashCode in class ObjectStatisticsImplpublic String toString()
toString in class ObjectStatisticsImpl
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025