K - Type of a key.V - Type of a value.public class SHA256UniformMapper<K,V> extends Object implements UniformMapper<K,V>
| Constructor and Description |
|---|
SHA256UniformMapper()
Constructs a new instance of SHA-256 uniform mapper.
|
SHA256UniformMapper(Random random)
Constructs a new instance of SHA-256 uniform mapper.
|
| Modifier and Type | Method and Description |
|---|---|
double |
map(K key,
V val)
Maps key-value pair to a point on the segment (0, 1).
|
public SHA256UniformMapper()
public SHA256UniformMapper(Random random)
random - Random used to define shuffle strategy.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025