public abstract class HashableTuple extends Object implements KeyValue
| Constructor and Description | 
|---|
HashableTuple(Tuple tuple)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
equals(Object other)  | 
abstract 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(Object other)
public abstract int hashCode()
KeyValuepublic abstract String getValueAsUniqueString()
KeyValuegetValueAsUniqueString in interface KeyValueCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.