Uses of Class
com.gpudb.protocol.ShowTableMonitorsRequest
-
Packages that use ShowTableMonitorsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTableMonitorsRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowTableMonitorsRequest Modifier and Type Method Description ShowTableMonitorsResponseGPUdb. showTableMonitors(ShowTableMonitorsRequest request)Show table monitors and their properties. -
Uses of ShowTableMonitorsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTableMonitorsRequest Modifier and Type Method Description ShowTableMonitorsRequestShowTableMonitorsRequest. setMonitorIds(List<String> monitorIds)List of monitors to be shown.ShowTableMonitorsRequestShowTableMonitorsRequest. setOptions(Map<String,String> options)Optional parameters.
-