| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Method and Description |
|---|---|
DMLOperation.Type |
DMLOperation.getType() |
static DMLOperation.Type |
DMLOperation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMLOperation.Type[] |
DMLOperation.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<DMLOperation.Type> |
EventReaderDefinition.getDmlBlacklist() |
Set<DMLOperation.Type> |
SourceTable.getDmlBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
DMLEvent.Builder |
DMLEvent.Builder.setOperationType(DMLOperation.Type operationType) |
| Constructor and Description |
|---|
DMLOperation(String databaseName,
String schemaName,
String tableName,
DMLOperation.Type operationType,
long ingestTimestampMillis,
int sizeInBytes) |
| 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.