public class ObjectStatisticsImpl extends Object implements Cloneable, ObjectStatistics
| Constructor and Description |
|---|
ObjectStatisticsImpl(long rowsCnt,
Map<String,ColumnStatistics> colNameToStat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectStatisticsImpl |
clone() |
Map<String,ColumnStatistics> |
columnsStatistics() |
ColumnStatistics |
columnStatistics(String colName)
Get column statistics.
|
boolean |
equals(Object o) |
int |
hashCode() |
long |
rowCount() |
String |
toString() |
public ObjectStatisticsImpl(long rowsCnt,
Map<String,ColumnStatistics> colNameToStat)
rowsCnt - Total rows count.colNameToStat - Column names to statistics map.public long rowCount()
public ColumnStatistics columnStatistics(String colName)
colName - Column name.null if there are no statistics for specified column.public Map<String,ColumnStatistics> columnsStatistics()
public ObjectStatisticsImpl clone()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025