Class HashUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.HashUtils
-
public class HashUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]hashMD5(byte[] bytes)static byte[]hashMurmur3(byte[] bytes)static ObjecthashPrimaryKey(PrimaryKey primaryKey, HashFunction hashFunction)
-
-
-
Method Detail
-
hashMurmur3
public static byte[] hashMurmur3(byte[] bytes)
-
hashMD5
public static byte[] hashMD5(byte[] bytes)
-
hashPrimaryKey
public static Object hashPrimaryKey(PrimaryKey primaryKey, HashFunction hashFunction)
-
-