Uses of Class
org.teiid.metadata.TableStats
-
Packages that use TableStats Package Description org.teiid.events org.teiid.metadata -
-
Uses of TableStats in org.teiid.events
Methods in org.teiid.events with parameters of type TableStats Modifier and Type Method Description voidEventDistributor. setTableStats(String vdbName, int vdbVersion, String schemaName, String tableName, TableStats stats)Deprecated.voidEventDistributor. setTableStats(String vdbName, String vdbVersion, String schemaName, String tableName, TableStats stats)Set the table stats -
Uses of TableStats in org.teiid.metadata
Methods in org.teiid.metadata that return TableStats Modifier and Type Method Description TableStatsDefaultMetadataRepository. getTableStats(String vdbName, String vdbVersion, Table table)Deprecated.Get updatedTableStatsfor the given tableMethods in org.teiid.metadata with parameters of type TableStats Modifier and Type Method Description default voidMetadataRepository. setTableStats(String vdbName, String vdbVersion, Table table, TableStats tableStats)Set theTableStatsfor the given tablevoidTable. setTableStats(TableStats stats)
-