public class Hasher extends Object
| Constructor and Description |
|---|
Hasher() |
| Modifier and Type | Method and Description |
|---|---|
long |
fastHash(byte[] arr)
Calculate hash by specified byte array.
|
long |
fastHash(byte[] arr,
int off,
int len)
Calculate hash by specified part of byte array.
|
public long fastHash(byte[] arr)
arr - Array to calculate hash by.public long fastHash(byte[] arr,
int off,
int len)
arr - Array to calculate hash by.off - Offset.len - Length.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025