Uses of Class
org.teiid.Replicated
-
Packages that use Replicated Package Description org.teiid.events -
-
Uses of Replicated in org.teiid.events
Methods in org.teiid.events with annotations of type Replicated Modifier and Type Method Description voidEventDistributor. dataModification(String vdbName, int vdbVersion, String schema, String... tableNames)Deprecated.voidEventDistributor. dataModification(String vdbName, String vdbVersion, String schema, String... tableNames)Notify that the table data has changed.voidEventDistributor. setColumnStats(String vdbName, int vdbVersion, String schemaName, String tableName, String columnName, ColumnStats stats)Deprecated.voidEventDistributor. setColumnStats(String vdbName, String vdbVersion, String schemaName, String tableName, String columnName, ColumnStats stats)Set the column statsvoidEventDistributor. setInsteadOfTriggerDefinition(String vdbName, int vdbVersion, String schema, String viewName, Table.TriggerEvent triggerEvent, String triggerDefinition, Boolean enabled)Deprecated.voidEventDistributor. setInsteadOfTriggerDefinition(String vdbName, String vdbVersion, String schema, String viewName, Table.TriggerEvent triggerEvent, String triggerDefinition, Boolean enabled)Set the instead of trigger definition.voidEventDistributor. setProcedureDefinition(String vdbName, int vdbVersion, String schema, String procName, String definition)Deprecated.voidEventDistributor. setProcedureDefinition(String vdbName, String vdbVersion, String schema, String procName, String definition)Set the procedure definitionvoidEventDistributor. setProperty(String vdbName, int vdbVersion, String uuid, String name, String value)Deprecated.voidEventDistributor. setProperty(String vdbName, String vdbVersion, String uuid, String name, String value)Set the given property valuevoidEventDistributor. 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 statsvoidEventDistributor. setViewDefinition(String vdbName, int vdbVersion, String schema, String viewName, String definition)Deprecated.voidEventDistributor. setViewDefinition(String vdbName, String vdbVersion, String schema, String viewName, String definition)Set the view definitionvoidEventDistributor. updateMatViewRow(String vdbName, int vdbVersion, String schema, String viewName, List<?> tuple, boolean delete)Deprecated.voidEventDistributor. updateMatViewRow(String vdbName, String vdbVersion, String schema, String viewName, List<?> tuple, boolean delete)Update the given materialized view row.
-