Class Murmur2$


  • public class Murmur2$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Murmur2$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Murmur2$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int murmur2​(byte[] data)  
      java.lang.String shardId​(java.lang.String entityId, int nrShards)  
      int toPositive​(int number)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Murmur2$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Murmur2$

        public Murmur2$()
    • Method Detail

      • toPositive

        public int toPositive​(int number)
      • murmur2

        public int murmur2​(byte[] data)
      • shardId

        public java.lang.String shardId​(java.lang.String entityId,
                                        int nrShards)