Uses of Class
com.gpudb.protocol.AlterTableMonitorResponse
-
Packages that use AlterTableMonitorResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterTableMonitorResponse in com.gpudb
Methods in com.gpudb that return AlterTableMonitorResponse Modifier and Type Method Description AlterTableMonitorResponseGPUdb. alterTableMonitor(AlterTableMonitorRequest request)Alters a table monitor previously created withcreateTableMonitor.AlterTableMonitorResponseGPUdb. alterTableMonitor(String topicId, Map<String,String> monitorUpdatesMap, Map<String,String> options)Alters a table monitor previously created withcreateTableMonitor. -
Uses of AlterTableMonitorResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterTableMonitorResponse Modifier and Type Method Description AlterTableMonitorResponseAlterTableMonitorResponse. setInfo(Map<String,String> info)Additional information.AlterTableMonitorResponseAlterTableMonitorResponse. setTopicId(String topicId)Value oftopicId.
-