public class SourceTable extends Object
| Constructor and Description |
|---|
SourceTable(String database,
String table) |
SourceTable(String database,
String table,
Set<SourceColumn> columns) |
SourceTable(String database,
String table,
String schema,
Set<SourceColumn> columns,
Set<DMLOperation.Type> dmlBlacklist,
Set<DDLOperation.Type> ddlBlacklist) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<SourceColumn> |
getColumns() |
String |
getDatabase() |
Set<DDLOperation.Type> |
getDdlBlacklist() |
Set<DMLOperation.Type> |
getDmlBlacklist() |
String |
getSchema() |
String |
getTable() |
int |
hashCode() |
public SourceTable(String database, String table, Set<SourceColumn> columns)
public SourceTable(String database, String table, @Nullable String schema, Set<SourceColumn> columns, Set<DMLOperation.Type> dmlBlacklist, Set<DDLOperation.Type> ddlBlacklist)
public String getDatabase()
public String getTable()
public Set<SourceColumn> getColumns()
public Set<DMLOperation.Type> getDmlBlacklist()
public Set<DDLOperation.Type> getDdlBlacklist()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.