static DDLEvent.Builder |
DDLEvent.builder() |
static DDLEvent.Builder |
DDLEvent.builder(DDLEvent event) |
DDLEvent.Builder |
DDLEvent.Builder.setDatabase(String database) |
DDLEvent.Builder |
DDLEvent.Builder.setOperation(DDLOperation operation) |
DDLEvent.Builder |
DDLEvent.Builder.setPrevTable(String prevTable) |
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.setTable(String table) |