Uses of Class
org.teiid.metadata.TableStats
-
Packages that use TableStats Package Description org.teiid.deployers org.teiid.events org.teiid.metadata org.teiid.query.metadata org.teiid.query.processor -
-
Uses of TableStats in org.teiid.deployers
Methods in org.teiid.deployers with parameters of type TableStats Modifier and Type Method Description void
EventDistributorImpl. setTableStats(String vdbName, int vdbVersion, String schemaName, String tableName, TableStats stats)
void
EventDistributorImpl. setTableStats(String vdbName, String vdbVersion, String schemaName, String tableName, TableStats stats)
-
Uses of TableStats in org.teiid.events
Methods in org.teiid.events with parameters of type TableStats Modifier and Type Method Description void
EventDistributor. setTableStats(String vdbName, int vdbVersion, String schemaName, String tableName, TableStats stats)
Deprecated.void
EventDistributor. 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 TableStats
DefaultMetadataRepository. getTableStats(String vdbName, String vdbVersion, Table table)
Deprecated.Get updatedTableStats
for the given tableMethods in org.teiid.metadata with parameters of type TableStats Modifier and Type Method Description default void
MetadataRepository. setTableStats(String vdbName, String vdbVersion, Table table, TableStats tableStats)
Set theTableStats
for the given tablevoid
Table. setTableStats(TableStats stats)
-
Uses of TableStats in org.teiid.query.metadata
Methods in org.teiid.query.metadata with parameters of type TableStats Modifier and Type Method Description void
ChainingMetadataRepository. setTableStats(String vdbName, String vdbVersion, Table table, TableStats tableStats)
-
Uses of TableStats in org.teiid.query.processor
Methods in org.teiid.query.processor with parameters of type TableStats Modifier and Type Method Description static void
DdlPlan. setTableStats(VDBMetaData vdb, Table table, TableStats tableStats)
-