public class BinlogReaderIT extends Object
| Modifier and Type | Field and Description |
|---|---|
private Configuration |
config |
private io.debezium.connector.mysql.MySqlTaskContext |
context |
private static Path |
DB_HISTORY_PATH |
private static String |
DB_NAME |
private static String |
LOGICAL_NAME |
private io.debezium.connector.mysql.BinlogReader |
reader |
private SchemaChangeHistory |
schemaChanges |
private KeyValueStore |
store |
| Constructor and Description |
|---|
BinlogReaderIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
void |
beforeEach() |
protected int |
consumeAtLeast(int minNumber) |
protected int |
consumeAtLeast(int minNumber,
long timeout,
TimeUnit unit) |
void |
shouldCreateSnapshotOfSingleDatabase() |
void |
shouldCreateSnapshotOfSingleDatabaseWithSchemaChanges() |
protected Configuration.Builder |
simpleConfig() |
private static final Path DB_HISTORY_PATH
private static final String DB_NAME
private static final String LOGICAL_NAME
private Configuration config
private io.debezium.connector.mysql.MySqlTaskContext context
private io.debezium.connector.mysql.BinlogReader reader
private KeyValueStore store
private SchemaChangeHistory schemaChanges
public void beforeEach()
public void afterEach()
protected int consumeAtLeast(int minNumber)
throws InterruptedException
InterruptedExceptionprotected int consumeAtLeast(int minNumber,
long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionprotected Configuration.Builder simpleConfig()
public void shouldCreateSnapshotOfSingleDatabase()
throws Exception
ExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.