Package com.gpudb.protocol
Class ShowTableMonitorsResponse.AdditionalInfo
- java.lang.Object
-
- com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
-
- Enclosing class:
- ShowTableMonitorsResponse
public static final class ShowTableMonitorsResponse.AdditionalInfo extends Object
A set of string constants for theShowTableMonitorsResponseparameteradditionalInfo.Additional information about the respective monitors in
monitorIds.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATASINK_JSONDatasink info in JSON format for the respectivemonitorIdsif one is defined.static StringMATERIALIZED_VIEW_FOR_CHANGE_DETECTORMaterialized view that implements the change detectorstatic StringMATERIALIZED_VIEW_FOR_FILTERMaterialized views created for thefilterExpressions.static StringMONITOR_TYPENotification type for the respectivemonitorIdsandtableNames.static StringREFERENCESReference count on the respectivemonitorIds.static StringTYPE_SCHEMANotification type schemas for the respectivemonitorIdsandtableNames.
-
-
-
Field Detail
-
MONITOR_TYPE
public static final String MONITOR_TYPE
Notification type for the respectivemonitorIdsandtableNames. The default value is ''.- See Also:
- Constant Field Values
-
TYPE_SCHEMA
public static final String TYPE_SCHEMA
Notification type schemas for the respectivemonitorIdsandtableNames. The default value is ''.- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR
public static final String MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR
Materialized view that implements the change detector- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW_FOR_FILTER
public static final String MATERIALIZED_VIEW_FOR_FILTER
Materialized views created for thefilterExpressions. The default value is ''.- See Also:
- Constant Field Values
-
REFERENCES
public static final String REFERENCES
Reference count on the respectivemonitorIds. The default value is ''.- See Also:
- Constant Field Values
-
DATASINK_JSON
public static final String DATASINK_JSON
Datasink info in JSON format for the respectivemonitorIdsif one is defined. The default value is ''.- See Also:
- Constant Field Values
-
-