org.apache.pig.data
Class AmendableTuple
java.lang.Object
org.apache.pig.data.DefaultTuple
org.apache.pig.data.AmendableTuple
- All Implemented Interfaces:
- Serializable, Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable, Tuple
public class AmendableTuple
- extends DefaultTuple
- See Also:
- Serialized Form
Methods inherited from class org.apache.pig.data.DefaultTuple |
append, compareTo, equals, get, getAll, getComparatorClass, getMemorySize, getType, hashCode, isNull, isNull, readFields, reference, set, setNull, size, toDelimitedString, toString, write |
AmendableTuple
public AmendableTuple(int numFields,
Object amendKey)
getAmendKey
public Object getAmendKey()
setAmendKey
public void setAmendKey(Object amendKey)
Copyright © 2012 The Apache Software Foundation