public class ConfigKeyComparator extends Object implements Comparator<org.apache.kafka.common.config.ConfigDef.ConfigKey>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<org.apache.kafka.common.config.ConfigDef.ConfigKey> |
INSTANCE |
| Constructor and Description |
|---|
ConfigKeyComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.kafka.common.config.ConfigDef.ConfigKey k1,
org.apache.kafka.common.config.ConfigDef.ConfigKey k2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final Comparator<org.apache.kafka.common.config.ConfigDef.ConfigKey> INSTANCE
public int compare(org.apache.kafka.common.config.ConfigDef.ConfigKey k1,
org.apache.kafka.common.config.ConfigDef.ConfigKey k2)
compare in interface Comparator<org.apache.kafka.common.config.ConfigDef.ConfigKey>Copyright © 2016–2025. All rights reserved.