voldemort.utils
Interface HashFunction

All Known Implementing Classes:
ConstantHashFunction, FnvHashFunction

public interface HashFunction

A hash function for bytes, determinisitically maps bytes into ints


Method Summary
 int hash(byte[] key)
           
 

Method Detail

hash

int hash(byte[] key)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu