Interface HashFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long hash​(byte[] key, int numBuckets)  
      long hash​(long key, int numBuckets)  
      long hash​(java.nio.ByteBuffer buf)  
      long hash​(java.nio.ByteBuffer buf, int off, int len)  
    • Method Detail

      • hash

        long hash​(java.nio.ByteBuffer buf)
      • hash

        long hash​(java.nio.ByteBuffer buf,
                  int off,
                  int len)
      • hash

        long hash​(byte[] key,
                  int numBuckets)
      • hash

        long hash​(long key,
                  int numBuckets)