|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableStats | |
|---|---|
| org.teiid.events | |
| org.teiid.metadata | |
| Uses of TableStats in org.teiid.events |
|---|
| Methods in org.teiid.events with parameters of type TableStats | |
|---|---|
void |
EventDistributor.setTableStats(java.lang.String vdbName,
int vdbVersion,
java.lang.String schemaName,
java.lang.String tableName,
TableStats stats)
Set the table stats |
| Uses of TableStats in org.teiid.metadata |
|---|
| Methods in org.teiid.metadata that return TableStats | |
|---|---|
TableStats |
MetadataRepository.getTableStats(java.lang.String vdbName,
int vdbVersion,
Table table)
Get updated TableStats for the given table |
| Methods in org.teiid.metadata with parameters of type TableStats | |
|---|---|
void |
MetadataRepository.setTableStats(java.lang.String vdbName,
int vdbVersion,
Table table,
TableStats tableStats)
Set the TableStats for the given table |
void |
Table.setTableStats(TableStats stats)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||