| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Method and Description |
|---|---|
DMLOperation |
DMLEvent.getOperation() |
static DMLOperation |
DMLOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMLOperation[] |
DMLOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DMLOperation> |
EventReaderDefinition.getDmlBlacklist() |
Set<DMLOperation> |
SourceTable.getDmlBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaTargetContext.incrementCount(DMLOperation op)
Record that a DML operation was processed.
|
DMLEvent.Builder |
DMLEvent.Builder.setOperation(DMLOperation operation) |
| Constructor and Description |
|---|
EventReaderDefinition(Set<SourceTable> tables,
Set<DMLOperation> dmlBlacklist,
Set<DDLOperation> ddlBlacklist) |
SourceTable(String database,
String table,
String schema,
Set<SourceColumn> columns,
Set<DMLOperation> dmlBlacklist,
Set<DDLOperation> ddlBlacklist) |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.