Class Murmur128
java.lang.Object
org.apache.drill.exec.store.pcap.decoder.Murmur128
Simple port of MurmurHash with some state management.
 Drill's internal hashing isn't useful here because it only deals with off-heap memory.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Murmur128public Murmur128(long h1, long h2) 
 
- 
- 
Method Details- 
hashpublic void hash(int x) 
- 
hashpublic void hash(long x) 
- 
hashpublic void hash(byte[] buffer, int start, int end) 
- 
digest64public long digest64()
 
-