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