Class ReplicatedDataSerializer.ORMultiMapEntryComparator$
java.lang.Object
org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>
org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntryComparator$
- All Implemented Interfaces:
Comparator<ReplicatedDataMessages.ORMultiMap.Entry>
- Enclosing class:
- ReplicatedDataSerializer
public static class ReplicatedDataSerializer.ORMultiMapEntryComparator$
extends ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicatedDataSerializer.ORMultiMapEntryComparator$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the key from the entry.Methods inherited from class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
compareMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ORMultiMapEntryComparator$
public ORMultiMapEntryComparator$()
-
-
Method Details
-
getKey
Description copied from class:ReplicatedDataSerializer.KeyComparatorGet the key from the entry. The key may be a String, Int, Long, or OtherMessage- Specified by:
getKeyin classReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>- Parameters:
e- The protobuf entry used with Map types- Returns:
- The Key
-