public class EventReaderDefinition extends Object
| Constructor and Description |
|---|
EventReaderDefinition(Set<SourceTable> tables,
Set<DMLOperation> dmlBlacklist,
Set<DDLOperation> ddlBlacklist) |
| Modifier and Type | Method and Description |
|---|---|
Set<DDLOperation> |
getDdlBlacklist() |
Set<DMLOperation> |
getDmlBlacklist() |
Set<SourceTable> |
getTables() |
public EventReaderDefinition(Set<SourceTable> tables, Set<DMLOperation> dmlBlacklist, Set<DDLOperation> ddlBlacklist)
public Set<SourceTable> getTables()
public Set<DDLOperation> getDdlBlacklist()
public Set<DMLOperation> getDmlBlacklist()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.