|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Tuple in org.htuple |
|---|
| Methods in org.htuple that return Tuple | |
|---|---|
Tuple |
Tuple.add(Boolean val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(org.apache.hadoop.io.BytesWritable val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(Double val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(Float val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(Integer val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(Long val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(Short val)
Appends a new element to the tuple. |
Tuple |
Tuple.add(String val)
Appends a new element to the tuple. |
Tuple |
Tuple.addBoolean(Boolean val)
Appends a new element to the tuple. |
Tuple |
Tuple.addBytes(org.apache.hadoop.io.BytesWritable val)
Appends a new element to the tuple. |
Tuple |
Tuple.addDouble(Double val)
Appends a new element to the tuple. |
Tuple |
Tuple.addFloat(Float val)
Appends a new element to the tuple. |
Tuple |
Tuple.addInt(Integer val)
Appends a new element to the tuple. |
Tuple |
Tuple.addLong(Long val)
Appends a new element to the tuple. |
Tuple |
Tuple.addShort(Short val)
Appends a new element to the tuple. |
Tuple |
Tuple.addString(String val)
Appends a new element to the tuple. |
Tuple |
Tuple.clear()
Remove all the elements from this tuple. |
Tuple |
Tuple.set(Enum<?> eval,
org.apache.hadoop.io.BytesWritable val)
Deprecated. use setBytes(Enum, org.apache.hadoop.io.BytesWritable) instead |
Tuple |
Tuple.set(Enum<?> eval,
Double val)
Deprecated. use setDouble(Enum, Double) instead |
Tuple |
Tuple.set(Enum<?> eval,
Float val)
Deprecated. use setFloat(Enum, Float) instead |
Tuple |
Tuple.set(Enum<?> eval,
Integer val)
Deprecated. use setInt(Enum, Integer) instead |
Tuple |
Tuple.set(Enum<?> eval,
Long val)
Deprecated. use setLong(Enum, Long) instead |
Tuple |
Tuple.set(Enum<?> eval,
Object val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.set(Enum<?> eval,
Short val)
Deprecated. use setShort(Enum, Short) instead |
Tuple |
Tuple.set(Enum<?> eval,
String val)
Deprecated. use setString(Enum, String) instead |
Tuple |
Tuple.set(int idx,
Boolean val)
Deprecated. use setBoolean(int, Boolean) instead |
Tuple |
Tuple.set(int idx,
org.apache.hadoop.io.BytesWritable val)
Deprecated. use setBytes(int, org.apache.hadoop.io.BytesWritable) instead |
Tuple |
Tuple.set(int idx,
Double val)
Deprecated. use setDouble(int, Double) instead |
Tuple |
Tuple.set(int idx,
Float val)
Deprecated. use setFloat(int, Float) instead |
Tuple |
Tuple.set(int idx,
Integer val)
Deprecated. use setInt(int, Integer) instead |
Tuple |
Tuple.set(int idx,
Object val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.set(int idx,
Short val)
Deprecated. use setShort(int, Short) instead |
Tuple |
Tuple.set(int idx,
String val)
Deprecated. use setString(int, String) instead |
Tuple |
Tuple.setBoolean(int idx,
Boolean val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setBytes(Enum<?> eval,
org.apache.hadoop.io.BytesWritable val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setBytes(int idx,
org.apache.hadoop.io.BytesWritable val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setDouble(Enum<?> eval,
Double val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setDouble(int idx,
Double val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setFloat(Enum<?> eval,
Float val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setFloat(int idx,
Float val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setInt(Enum<?> eval,
Integer val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setInt(int idx,
Integer val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setLong(Enum<?> eval,
Long val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setLong(int idx,
Integer val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setShort(Enum<?> eval,
Short val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setShort(int idx,
Short val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setString(Enum<?> eval,
String val)
Sets a value at a specific position in the tuple. |
Tuple |
Tuple.setString(int idx,
String val)
Sets a value at a specific position in the tuple. |
| Methods in org.htuple with parameters of type Tuple | |
|---|---|
int |
Tuple.compareTo(Tuple other)
|
int |
TuplePartitioner.getPartition(Tuple key,
int numPartitions)
|
int |
TupleMapReducePartitioner.getPartition(Tuple key,
Object value,
int numPartitions)
|
int |
TupleMapRedPartitioner.getPartition(Tuple key,
Object value,
int numPartitions)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||