@InterfaceAudience.Public @InterfaceStability.Evolving public class KuduTableStatistics extends Object
Modifier and Type | Method and Description |
---|---|
long |
getLiveRowCount()
Get the table's live row count, this statistic is pre-replication.
|
long |
getOnDiskSize()
Get the table's on disk size, this statistic is pre-replication.
|