| Package | Description |
|---|---|
| org.teiid.events | |
| org.teiid.metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDistributor.setTableStats(String vdbName,
int vdbVersion,
String schemaName,
String tableName,
TableStats stats)
Set the table stats
|
| Modifier and Type | Method and Description |
|---|---|
TableStats |
DefaultMetadataRepository.getTableStats(String vdbName,
int vdbVersion,
Table table)
Get updated
TableStats for the given table |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataRepository.setTableStats(String vdbName,
int vdbVersion,
Table table,
TableStats tableStats)
Set the
TableStats for the given table |
void |
Table.setTableStats(TableStats stats) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.