Class AbstractLogMinerEventProcessor.EventKeySortComparator

java.lang.Object
io.debezium.connector.oracle.logminer.processor.AbstractLogMinerEventProcessor.EventKeySortComparator
All Implemented Interfaces:
Comparator<String>
Enclosing class:
AbstractLogMinerEventProcessor<T extends Transaction>

private static class AbstractLogMinerEventProcessor.EventKeySortComparator extends Object implements Comparator<String>
A comparator that guarantees that the sort order applied to event keys is such that they are treated as numerical values, sorted as numeric values rather than strings which would allow "100" to come before "9".