Class Murmur3HashFunction


  • public final class Murmur3HashFunction
    extends Object
    Hash function based on the Murmur3 algorithm, which is the default as of Elasticsearch 2.0.
    • Method Detail

      • hash

        public static int hash​(String routing)
      • hash

        public static int hash​(byte[] bytes,
                               int offset,
                               int length)