Class ReplicatedDataSerializer.KeyComparator<A extends akka.protobuf.GeneratedMessage>

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyComparator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(A x, A y)  
      abstract java.lang.Object getKey​(A entry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • KeyComparator

        public KeyComparator()
    • Method Detail

      • compare

        public final int compare​(A x,
                                 A y)
        Specified by:
        compare in interface java.util.Comparator<A extends akka.protobuf.GeneratedMessage>
      • getKey

        public abstract java.lang.Object getKey​(A entry)