Package com.gpudb.protocol
Class AlterTableMonitorRequest.MonitorUpdatesMap
- java.lang.Object
-
- com.gpudb.protocol.AlterTableMonitorRequest.MonitorUpdatesMap
-
- Enclosing class:
- AlterTableMonitorRequest
public static final class AlterTableMonitorRequest.MonitorUpdatesMap extends Object
A set of string constants for theAlterTableMonitorRequestparametermonitorUpdatesMap.Map containing the properties of the table monitor to be updated. Error if empty.
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_CONSECUTIVE_FAILURESUpdates the maximum number of consecutive failures before suspending the stream.static StringNOTIFICATIONSUpdates the state of the monitor.static StringRESUMEstatic StringSCHEMA_NAMEUpdates the schema name.static StringSUSPEND
-
-
-
Field Detail
-
SCHEMA_NAME
public static final String SCHEMA_NAME
Updates the schema name. IfSCHEMA_NAMEdoesn't exist, an error will be thrown. IfSCHEMA_NAMEis empty, then the user's default schema will be used.- See Also:
- Constant Field Values
-
MAX_CONSECUTIVE_FAILURES
public static final String MAX_CONSECUTIVE_FAILURES
Updates the maximum number of consecutive failures before suspending the stream. A value of '-1' to disables auto-suspend. This value is by rank and not overall.- See Also:
- Constant Field Values
-
NOTIFICATIONS
public static final String NOTIFICATIONS
Updates the state of the monitor. Supported values: The default value is an emptyMap.- See Also:
- Constant Field Values
-
RESUME
public static final String RESUME
- See Also:
- Constant Field Values
-
SUSPEND
public static final String SUSPEND
- See Also:
- Constant Field Values
-
-