public static final class CreateTableMonitorResponse.Info extends Object
INSERT_TOPIC_ID
: The topic id for 'insert' event
in options
UPDATE_TOPIC_ID
: The topic id for 'update' event
in options
DELETE_TOPIC_ID
: The topic id for 'delete' event
in options
INSERT_TYPE_SCHEMA
: The JSON Avro schema of the table in tableName
UPDATE_TYPE_SCHEMA
: The JSON Avro schema for 'update' events
DELETE_TYPE_SCHEMA
: The JSON Avro schema for 'delete' events
Map
.
A set of string constants for the parameter info
.Modifier and Type | Field and Description |
---|---|
static String |
DELETE_TOPIC_ID
The topic id for 'delete'
event in options |
static String |
DELETE_TYPE_SCHEMA
The JSON Avro schema for 'delete' events
|
static String |
INSERT_TOPIC_ID
The topic id for 'insert'
event in options |
static String |
INSERT_TYPE_SCHEMA
The JSON Avro schema of the table in
tableName |
static String |
UPDATE_TOPIC_ID
The topic id for 'update'
event in options |
static String |
UPDATE_TYPE_SCHEMA
The JSON Avro schema for 'update' events
|
public static final String INSERT_TOPIC_ID
event
in options
public static final String UPDATE_TOPIC_ID
event
in options
public static final String DELETE_TOPIC_ID
event
in options
public static final String INSERT_TYPE_SCHEMA
tableName
public static final String UPDATE_TYPE_SCHEMA
public static final String DELETE_TYPE_SCHEMA
Copyright © 2024. All rights reserved.