public abstract class AbstractDatabaseHistoryTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected io.debezium.relational.Tables |
all |
protected io.debezium.relational.history.DatabaseHistory |
history |
protected io.debezium.relational.ddl.DdlParser |
parser |
protected Map<String,Object> |
source1 |
protected Map<String,Object> |
source2 |
protected io.debezium.relational.Tables |
t0 |
protected io.debezium.relational.Tables |
t1 |
protected io.debezium.relational.Tables |
t2 |
protected io.debezium.relational.Tables |
t3 |
protected io.debezium.relational.Tables |
t4 |
protected io.debezium.relational.Tables |
tables |
| Constructor and Description |
|---|
AbstractDatabaseHistoryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
protected abstract io.debezium.relational.history.DatabaseHistory |
createHistory() |
protected Map<String,Object> |
position(String filename,
long position,
int entry) |
protected void |
record(long pos,
int entry,
String ddl,
io.debezium.relational.Tables... update) |
protected io.debezium.relational.Tables |
recover(long pos,
int entry) |
protected Map<String,Object> |
server(String serverName) |
void |
shouldRecordChangesAndRecoverToVariousPoints() |
protected io.debezium.relational.history.DatabaseHistory history
protected io.debezium.relational.Tables tables
protected io.debezium.relational.Tables t0
protected io.debezium.relational.Tables t1
protected io.debezium.relational.Tables t2
protected io.debezium.relational.Tables t3
protected io.debezium.relational.Tables t4
protected io.debezium.relational.Tables all
protected io.debezium.relational.ddl.DdlParser parser
public void beforeEach()
protected abstract io.debezium.relational.history.DatabaseHistory createHistory()
protected void record(long pos,
int entry,
String ddl,
io.debezium.relational.Tables... update)
protected io.debezium.relational.Tables recover(long pos,
int entry)
public void shouldRecordChangesAndRecoverToVariousPoints()
Copyright © 2016 JBoss by Red Hat. All rights reserved.