|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hasher<V>
The Hasher allows a Comparator
implementation to also be delegated to during hashCode generation
during grouping partitioning.
hashCode
value between
the two objects will not be consistent. This allows to objects being equal to hash to the same bucket (reducer)
during partitioning.
Method Summary | |
---|---|
int |
hashCode(V value)
Return the hashCode of the given value. |
Method Detail |
---|
int hashCode(V value)
value
- will never be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |