Package io.debezium.performance.engine
Class DebeziumConvertingEnginePerf
java.lang.Object
io.debezium.performance.engine.DebeziumConvertingEnginePerf
- Direct Known Subclasses:
DebeziumConvertingEnginePerf_jmhType_B1
JMH benchmark focused on speed of record processing of given
DebeziumEngine implementation using kay/value JSON converter.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final io.debezium.engine.format.KeyValueChangeEventFormat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Field Details
-
KV_EVENT_FORMAT
protected static final io.debezium.engine.format.KeyValueChangeEventFormat KV_EVENT_FORMAT
-
-
Constructor Details
-
DebeziumConvertingEnginePerf
public DebeziumConvertingEnginePerf()
-
-
Method Details
-
processRecordsAsyncEngine
public void processRecordsAsyncEngine(DebeziumConvertingEnginePerf.AsyncEnginePerfTest test) throws InterruptedException - Throws:
InterruptedException
-
processRecordsEmbeddedEngine
public void processRecordsEmbeddedEngine(DebeziumConvertingEnginePerf.EmbeddedEnginePerfTest test) throws InterruptedException - Throws:
InterruptedException
-