Package com.gpudb.protocol
Class ClearTableMonitorRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ClearTableMonitorRequest.Options
-
- Enclosing class:
- ClearTableMonitorRequest
public static final class ClearTableMonitorRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAR_ALL_REFERENCESstatic StringFALSEstatic StringKEEP_AUTOGENERATED_SINKstatic StringTRUE
-
-
-
Field Detail
-
KEEP_AUTOGENERATED_SINK
public static final String KEEP_AUTOGENERATED_SINK
IfTRUE, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. IfFALSE, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-