Uses of Class
com.gpudb.protocol.AlterTableMonitorRequest
-
Packages that use AlterTableMonitorRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterTableMonitorRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterTableMonitorRequest Modifier and Type Method Description AlterTableMonitorResponseGPUdb. alterTableMonitor(AlterTableMonitorRequest request)Alters a table monitor previously created withcreateTableMonitor. -
Uses of AlterTableMonitorRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterTableMonitorRequest Modifier and Type Method Description AlterTableMonitorRequestAlterTableMonitorRequest. setMonitorUpdatesMap(Map<String,String> monitorUpdatesMap)Map containing the properties of the table monitor to be updated.AlterTableMonitorRequestAlterTableMonitorRequest. setOptions(Map<String,String> options)Optional parameters.AlterTableMonitorRequestAlterTableMonitorRequest. setTopicId(String topicId)The topic ID returned byGPUdb.createTableMonitor.
-