Class LogMinerDmlParserPerf
- java.lang.Object
-
- io.debezium.performance.connector.oracle.parser.LogMinerDmlParserPerf
-
- Direct Known Subclasses:
LogMinerDmlParserPerf_jmhType_B1
public class LogMinerDmlParserPerf extends Object
A basic test to determine the performance of the new LogMiner DML parser for Oracle.- Author:
- Chris Cranford
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogMinerDmlParserPerf.ParserState
-
Constructor Summary
Constructors Constructor Description LogMinerDmlParserPerf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDeletes(LogMinerDmlParserPerf.ParserState state)voidtestInserts(LogMinerDmlParserPerf.ParserState state)voidtestUpdates(LogMinerDmlParserPerf.ParserState state)
-
-
-
Method Detail
-
testInserts
public void testInserts(LogMinerDmlParserPerf.ParserState state)
-
testUpdates
public void testUpdates(LogMinerDmlParserPerf.ParserState state)
-
testDeletes
public void testDeletes(LogMinerDmlParserPerf.ParserState state)
-
-