com.twitter.algebird

CassandraMurmurHash

object CassandraMurmurHash extends

Visibility
  1. Public
  2. All

Value Members

  1. def fmix(k: Long): Long

    Attributes
    protected[algebird]
  2. def getblock(key: ByteBuffer, offset: Int, index: Int): Long

    Attributes
    protected[algebird]
  3. def hash2_64(key: ByteBuffer, offset: Int, length: Int, seed: Long): Long

  4. def hash32(data: ByteBuffer, offset: Int, length: Int, seed: Int): Int

  5. def hash3_x64_128(key: ByteBuffer, offset: Int, length: Int, seed: Long): Array[Long]

  6. def rotl64(v: Long, n: Int): Long

    Attributes
    protected[algebird]