Class AbstractInfinispanLogMinerEventProcessor.EventKeySortComparator

java.lang.Object
io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor.EventKeySortComparator
All Implemented Interfaces:
Comparator<String>
Enclosing class:
AbstractInfinispanLogMinerEventProcessor

private static class AbstractInfinispanLogMinerEventProcessor.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".