static DDLEvent.Builder |
DDLEvent.builder() |
static DDLEvent.Builder |
DDLEvent.builder(DDLEvent event) |
DDLEvent.Builder |
DDLEvent.Builder.setDatabaseName(String databaseName) |
DDLEvent.Builder |
DDLEvent.Builder.setOperation(DDLOperation.Type operation) |
DDLEvent.Builder |
DDLEvent.Builder.setPrevTableName(String prevTableName) |
DDLEvent.Builder |
DDLEvent.Builder.setPrimaryKey(List<String> primaryKey) |
DDLEvent.Builder |
DDLEvent.Builder.setSchema(io.cdap.cdap.api.data.schema.Schema schema) |
DDLEvent.Builder |
DDLEvent.Builder.setSchemaName(String schemaName) |
DDLEvent.Builder |
DDLEvent.Builder.setTableName(String tableName) |