public abstract class AbstractTableParametersTransformation extends java.lang.Object implements TableReplicationListener
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTableParametersTransformation(TransformOptions transformOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
getTableParameters() |
void |
tableReplicationFailure(EventTableReplication tableReplication,
java.lang.String eventId,
java.lang.Throwable t) |
void |
tableReplicationStart(EventTableReplication tableReplication,
java.lang.String eventId) |
void |
tableReplicationSuccess(EventTableReplication tableReplication,
java.lang.String eventId) |
protected AbstractTableParametersTransformation(TransformOptions transformOptions)
protected java.util.Map<java.lang.String,java.lang.String> getTableParameters()
public void tableReplicationStart(EventTableReplication tableReplication, java.lang.String eventId)
tableReplicationStart in interface TableReplicationListenerpublic void tableReplicationSuccess(EventTableReplication tableReplication, java.lang.String eventId)
tableReplicationSuccess in interface TableReplicationListenerpublic void tableReplicationFailure(EventTableReplication tableReplication, java.lang.String eventId, java.lang.Throwable t)
tableReplicationFailure in interface TableReplicationListenerCopyright © 2016–2022 Expedia Group. All rights reserved.