Package akka.cluster.ddata.protobuf
Class ReplicatedDataSerializer.ORMapEntryComparator$
- java.lang.Object
-
- akka.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMap.Entry>
-
- akka.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntryComparator$
-
- All Implemented Interfaces:
java.util.Comparator<ReplicatedDataMessages.ORMap.Entry>
- Enclosing class:
- ReplicatedDataSerializer
public static class ReplicatedDataSerializer.ORMapEntryComparator$ extends ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMap.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description static ReplicatedDataSerializer.ORMapEntryComparator$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ORMapEntryComparator$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey(ReplicatedDataMessages.ORMap.Entry e)Get the key from the entry.-
Methods inherited from class akka.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
compare
-
-
-
-
Field Detail
-
MODULE$
public static final ReplicatedDataSerializer.ORMapEntryComparator$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getKey
public java.lang.Object getKey(ReplicatedDataMessages.ORMap.Entry e)
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.ORMap.Entry>- Parameters:
e- The protobuf entry used with Map types- Returns:
- The Key
-
-