public class PrimaryKeyValueHasher
extends java.lang.Object
Constructor and Description |
---|
PrimaryKeyValueHasher(PrimaryKey key,
HollowDataset dataset)
Create a new hasher.
|
Modifier and Type | Method and Description |
---|---|
int |
hash(java.lang.Object... keys) |
int |
hash(java.lang.Object key) |
int |
hashElement(java.lang.Object key,
int fieldTypeIdx) |
public PrimaryKeyValueHasher(PrimaryKey key, HollowDataset dataset)
key
- The primary key specdataset
- The dataset to retrieve data from