Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowTableMonitorsResponse |
GPUdb.showTableMonitors(List<String> monitorIds,
Map<String,String> options)
Show table monitors and their properties.
|
ShowTableMonitorsResponse |
GPUdb.showTableMonitors(ShowTableMonitorsRequest request)
Show table monitors and their properties.
|
Modifier and Type | Method and Description |
---|---|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setAdditionalInfo(List<Map<String,String>> additionalInfo)
Additional information about the respective monitors in
monitorIds . |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setDatasinkNames(List<String> datasinkNames)
List of datasink names for the respective
monitorIds if one is defined. |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setEvents(List<String> events)
List of notification events for the respective
monitorIds . |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setFilterExpressions(List<String> filterExpressions)
List of filter expressions used on the respective tables in
tableNames to limit records for notifications. |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setIncreasingColumns(List<String> increasingColumns)
List of columns used on the respective tables in
tableNames that will increase for new records. |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setMonitorIds(List<String> monitorIds)
List of monitor IDs.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshMethod(List<String> refreshMethod)
List of refresh methods used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshPeriod(List<String> refreshPeriod)
List of refresh periods used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshStartTime(List<String> refreshStartTime)
List of refresh start times used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setTableNames(List<String> tableNames)
List of source tables being monitored for the respective
monitorIds . |
Copyright © 2025. All rights reserved.