Uses of Class
com.gpudb.protocol.ClearTableMonitorResponse
-
Packages that use ClearTableMonitorResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearTableMonitorResponse in com.gpudb
Methods in com.gpudb that return ClearTableMonitorResponse Modifier and Type Method Description ClearTableMonitorResponseGPUdb. clearTableMonitor(ClearTableMonitorRequest request)Deactivates a table monitor previously created withcreateTableMonitor.ClearTableMonitorResponseGPUdb. clearTableMonitor(String topicId, Map<String,String> options)Deactivates a table monitor previously created withcreateTableMonitor. -
Uses of ClearTableMonitorResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearTableMonitorResponse Modifier and Type Method Description ClearTableMonitorResponseClearTableMonitorResponse. setInfo(Map<String,String> info)Additional information.ClearTableMonitorResponseClearTableMonitorResponse. setTopicId(String topicId)Value oftopicId.
-