Package com.gpudb.protocol
Class CreateTableMonitorResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.CreateTableMonitorResponse.Info
-
- Enclosing class:
- CreateTableMonitorResponse
public static final class CreateTableMonitorResponse.Info extends Object
A set of string constants for theCreateTableMonitorResponseparameterinfo.Additional information.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_TOPIC_IDstatic StringDELETE_TYPE_SCHEMAThe JSON Avro schema for 'delete' eventsstatic StringINSERT_TOPIC_IDstatic StringINSERT_TYPE_SCHEMAThe JSON Avro schema of the table intableNamestatic StringTTLFor insert_table/delete_table events, the ttl of the table.static StringUPDATE_TOPIC_IDstatic StringUPDATE_TYPE_SCHEMAThe JSON Avro schema for 'update' events
-
-
-
Field Detail
-
TTL
public static final String TTL
For insert_table/delete_table events, the ttl of the table.- See Also:
- Constant Field Values
-
INSERT_TOPIC_ID
public static final String INSERT_TOPIC_ID
- See Also:
- Constant Field Values
-
UPDATE_TOPIC_ID
public static final String UPDATE_TOPIC_ID
- See Also:
- Constant Field Values
-
DELETE_TOPIC_ID
public static final String DELETE_TOPIC_ID
- See Also:
- Constant Field Values
-
INSERT_TYPE_SCHEMA
public static final String INSERT_TYPE_SCHEMA
The JSON Avro schema of the table intableName- See Also:
- Constant Field Values
-
UPDATE_TYPE_SCHEMA
public static final String UPDATE_TYPE_SCHEMA
The JSON Avro schema for 'update' events- See Also:
- Constant Field Values
-
DELETE_TYPE_SCHEMA
public static final String DELETE_TYPE_SCHEMA
The JSON Avro schema for 'delete' events- See Also:
- Constant Field Values
-
-