Infinispan.Hotrod.Core 0.0.3
.NET Core client for Infinispan Hotrod Protocol
Classes | Static Public Member Functions | List of all members
Infinispan.Hotrod.Core.MurmurHash3 Class Reference

Static Public Member Functions

static long MurmurHash3_x64_64 (sbyte[] key, uint seed)
 
static Int32 MurmurHash3_x64_32 (sbyte[] key, uint seed)
 
static Int32 hash (sbyte[] payload)
 
static Int32 hash (sbyte[] key, int size)
 
static Int32 hash (UInt32 hashcode)
 

Member Function Documentation

◆ MurmurHash3_x64_64()

static long Infinispan.Hotrod.Core.MurmurHash3.MurmurHash3_x64_64 ( sbyte[]  key,
uint  seed 
)
static

Hash a value using the x64 64 bit variant of MurmurHash3

Parameters
keyvalue to hash
seedrandom value
Returns
64 bit hashed key

The documentation for this class was generated from the following file: