| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Method and Description |
|---|---|
DDLOperation.Type |
DDLOperation.getType() |
static DDLOperation.Type |
DDLOperation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDLOperation.Type[] |
DDLOperation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DDLOperation.Type> |
EventReaderDefinition.getDdlBlacklist() |
Set<DDLOperation.Type> |
SourceTable.getDdlBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
DDLEvent.Builder |
DDLEvent.Builder.setOperation(DDLOperation.Type operation) |
| Constructor and Description |
|---|
DDLOperation(String databaseName,
String schemaName,
String tableName,
DDLOperation.Type type) |
| Constructor and Description |
|---|
EventReaderDefinition(Set<SourceTable> tables,
Set<DMLOperation.Type> dmlBlacklist,
Set<DDLOperation.Type> ddlBlacklist) |
SourceTable(String database,
String table,
String schema,
Set<SourceColumn> columns,
Set<DMLOperation.Type> dmlBlacklist,
Set<DDLOperation.Type> ddlBlacklist) |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.