Skip navigation links
Debezium Embedded 0.1.0
A B C E G I L N O P S T U W 

A

AbstractConnectorTest - Class in io.debezium.embedded
An abstract base class for unit testing SourceConnector implementations using the Debezium EmbeddedEngine with local file storage.
AbstractConnectorTest() - Constructor for class io.debezium.embedded.AbstractConnectorTest
 
append(Object, StringBuilder) - Method in class io.debezium.embedded.AbstractConnectorTest
 
appendLinesToSource(int) - Method in class io.debezium.embedded.EmbeddedEngineTest
 
assertConnectorIsRunning() - Method in class io.debezium.embedded.AbstractConnectorTest
Assert that the connector is currently running.
assertConnectorNotRunning() - Method in class io.debezium.embedded.AbstractConnectorTest
Assert that the connector is NOT currently running.
assertNoRecordsToConsume() - Method in class io.debezium.embedded.AbstractConnectorTest
Assert that there are no records to consume.

B

beforeEach() - Method in class io.debezium.embedded.EmbeddedEngineTest
 

C

connectorConfig - Variable in class io.debezium.embedded.EmbeddedEngineTest
 
consumeAvailableRecords(Consumer<SourceRecord>) - Method in class io.debezium.embedded.AbstractConnectorTest
Try to consume all of the messages that have already been returned by the connector.
consumedLines - Variable in class io.debezium.embedded.AbstractConnectorTest
 
consumeLines(int) - Method in class io.debezium.embedded.EmbeddedEngineTest
 
consumeRecord() - Method in class io.debezium.embedded.AbstractConnectorTest
Consume a single record from the connector.
consumeRecords(int) - Method in class io.debezium.embedded.AbstractConnectorTest
Try to consume the specified number of records from the connector, and return the actual number of records that were consumed.
consumeRecords(int, Consumer<SourceRecord>) - Method in class io.debezium.embedded.AbstractConnectorTest
Try to consume the specified number of records from the connector, calling the given function for each, and return the actual number of records that were consumed.

E

EmbeddedEngineTest - Class in io.debezium.embedded
 
EmbeddedEngineTest() - Constructor for class io.debezium.embedded.EmbeddedEngineTest
 
engine - Variable in class io.debezium.embedded.AbstractConnectorTest
 
executor - Variable in class io.debezium.embedded.AbstractConnectorTest
 

G

generateLine(int) - Method in class io.debezium.embedded.EmbeddedEngineTest
 
getMaximumEnqueuedRecordCount() - Method in class io.debezium.embedded.AbstractConnectorTest
Get the maximum number of messages that can be obtained from the connector and held in-memory before they are consumed by test methods using consumeRecord(), consumeRecords(int), or consumeRecords(int, Consumer).

I

initializeConnectorTestFramework() - Method in class io.debezium.embedded.AbstractConnectorTest
 
inputFile - Variable in class io.debezium.embedded.EmbeddedEngineTest
 
io.debezium.embedded - package io.debezium.embedded
 

L

latch - Variable in class io.debezium.embedded.AbstractConnectorTest
 
linesAdded - Variable in class io.debezium.embedded.EmbeddedEngineTest
 
logger - Variable in class io.debezium.embedded.AbstractConnectorTest
 

N

nextConsumedLineNumber - Variable in class io.debezium.embedded.EmbeddedEngineTest
 
NUMBER_OF_LINES - Static variable in class io.debezium.embedded.EmbeddedEngineTest
 

O

OFFSET_STORE_PATH - Static variable in class io.debezium.embedded.AbstractConnectorTest
 
OffsetCommitPolicyTest - Class in io.debezium.embedded
 
OffsetCommitPolicyTest() - Constructor for class io.debezium.embedded.OffsetCommitPolicyTest
 

P

pollTimeoutInMs - Variable in class io.debezium.embedded.AbstractConnectorTest
 
print(SourceRecord) - Method in class io.debezium.embedded.AbstractConnectorTest
 

S

setConsumeTimeout(long, TimeUnit) - Method in class io.debezium.embedded.AbstractConnectorTest
Set the maximum amount of time that the consumeRecord(), consumeRecords(int), and consumeRecords(int, Consumer) methods block while waiting for each record before returning null.
shouldAlwaysCommit() - Method in class io.debezium.embedded.OffsetCommitPolicyTest
 
shouldCombineOnePolicyWithNull() - Method in class io.debezium.embedded.OffsetCommitPolicyTest
 
shouldCombineTwoPolicies() - Method in class io.debezium.embedded.OffsetCommitPolicyTest
 
shouldCommitPeriodically() - Method in class io.debezium.embedded.OffsetCommitPolicyTest
 
shouldStartAndUseFileConnectorUsingMemoryOffsetStorage() - Method in class io.debezium.embedded.EmbeddedEngineTest
 
start(Class<? extends SourceConnector>, Configuration) - Method in class io.debezium.embedded.AbstractConnectorTest
Start the connector using the supplied connector configuration, where upon completion the status of the connector is logged.
start(Class<? extends SourceConnector>, Configuration, EmbeddedEngine.CompletionCallback) - Method in class io.debezium.embedded.AbstractConnectorTest
Start the connector using the supplied connector configuration.
stopConnector() - Method in class io.debezium.embedded.AbstractConnectorTest
Stop the connector and block until the connector has completely stopped.
stopConnector(BooleanConsumer) - Method in class io.debezium.embedded.AbstractConnectorTest
Stop the connector, and return whether the connector was successfully stopped.

T

TEST_FILE_PATH - Static variable in class io.debezium.embedded.EmbeddedEngineTest
 

U

UTF8 - Static variable in class io.debezium.embedded.EmbeddedEngineTest
 

W

waitForAvailableRecords(long, TimeUnit) - Method in class io.debezium.embedded.AbstractConnectorTest
Wait for a maximum amount of time until the first record is available.
A B C E G I L N O P S T U W 
Skip navigation links
Debezium Embedded 0.1.0

Copyright © 2016 JBoss by Red Hat. All rights reserved.