public abstract class HashableTuple extends java.lang.Object implements KeyValue
Constructor and Description |
---|
HashableTuple(Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object other) |
abstract java.lang.String |
getValueAsUniqueString()
Returns an opaque unique String that can be used to identify this tuple.
|
abstract int |
hashCode()
Returns a int hashcode for this KeyValue.
|
protected final Tuple tuple
public HashableTuple(Tuple tuple)
public abstract boolean equals(java.lang.Object other)
public abstract int hashCode()
KeyValue
public abstract java.lang.String getValueAsUniqueString()
KeyValue
getValueAsUniqueString
in interface KeyValue