A B C E G H I N O P R S T U W

A

add(Short) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(Integer) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(Long) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(String) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(Boolean) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(Double) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(Float) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
add(BytesWritable) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addBoolean(Boolean) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addBytes(BytesWritable) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addDouble(Double) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addFloat(Float) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addInt(Integer) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addLong(Long) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addShort(Short) - Method in class org.htuple.Tuple
Appends a new element to the tuple.
addString(String) - Method in class org.htuple.Tuple
Appends a new element to the tuple.

B

BASE_CONFIG_NAME - Static variable in class org.htuple.ShuffleUtils
 

C

clear() - Method in class org.htuple.Tuple
Remove all the elements from this tuple.
compare(WritableComparable, WritableComparable) - Method in class org.htuple.TupleComparator
 
compareTo(Tuple) - Method in class org.htuple.Tuple
 
configBuilder() - Static method in class org.htuple.ShuffleUtils
 
configure(Configuration) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Configure the supplied configuration object with any partitioner, sorting and grouping configs that were setup prior to calling this method.
configure(JobConf) - Method in class org.htuple.TupleMapRedPartitioner
 

E

enumOrdinalsToArray(Enum<?>...) - Static method in class org.htuple.ShuffleUtils.ConfigBuilder
 
equals(Object) - Method in class org.htuple.Tuple
 

G

getBoolean(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getBoolean(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getBytes(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getBytes(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getConf() - Method in class org.htuple.TupleComparator
 
getConf() - Method in class org.htuple.TupleMapReducePartitioner
 
getConf() - Method in class org.htuple.TuplePartitioner
 
getDouble(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getDouble(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getElementTypeId() - Method in interface org.htuple.SerializationUtils.TupleElementSerializer
 
getFloat(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getFloat(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getIndexConfigName() - Method in class org.htuple.TupleComparator
 
getIndexConfigName() - Method in class org.htuple.TupleGroupingComparator
 
getIndexConfigName() - Method in class org.htuple.TupleSortComparator
 
getInt(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getInt(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getLong(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getLong(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getObject(int) - Method in class org.htuple.Tuple
Retrieves an element at a specific position.
getObject(Enum<?>) - Method in class org.htuple.Tuple
Retrieves an element at a specific position.
getPartition(Tuple, Object, int) - Method in class org.htuple.TupleMapRedPartitioner
 
getPartition(Tuple, Object, int) - Method in class org.htuple.TupleMapReducePartitioner
 
getPartition(Tuple, int) - Method in class org.htuple.TuplePartitioner
 
getShort(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getShort(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getString(Enum<?>) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
getString(int) - Method in class org.htuple.Tuple
Read an element from the supplied position in the tuple.
GROUPING_INDEXES_CONFIG_NAME - Static variable in class org.htuple.ShuffleUtils
 

H

hashCode() - Method in class org.htuple.Tuple
 

I

indexesFromConfig(Configuration, String) - Static method in class org.htuple.ShuffleUtils
 
indexesToStrings(int[]) - Static method in class org.htuple.ShuffleUtils
 

N

NULL_ELEMENT_TYPE - Static variable in class org.htuple.SerializationUtils
 

O

org.htuple - package org.htuple
In MapReduce using compound map output keys and customizing which fields are partitioned, sorted and grouped can be tedious, especially when doing this across multiple jobs.

P

PARTITIONER_INDEXES_CONFIG_NAME - Static variable in class org.htuple.ShuffleUtils
 

R

read(DataInput) - Static method in class org.htuple.SerializationUtils
 
read(DataInput) - Method in interface org.htuple.SerializationUtils.TupleElementSerializer
 
readFields(DataInput) - Method in class org.htuple.Tuple
 

S

SerializationUtils - Class in org.htuple
 
SerializationUtils() - Constructor for class org.htuple.SerializationUtils
 
SerializationUtils.TupleElementSerializer - Interface in org.htuple
 
set(int, Object) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
set(Enum<?>, Object) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
set(Enum<?>, Short) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setShort(Enum, Short) instead
set(int, Short) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setShort(int, Short) instead
set(Enum<?>, Integer) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setInt(Enum, Integer) instead
set(int, Integer) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setInt(int, Integer) instead
set(Enum<?>, Long) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setLong(Enum, Long) instead
set(int, String) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setString(int, String) instead
set(Enum<?>, String) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setString(Enum, String) instead
set(int, Boolean) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setBoolean(int, Boolean) instead
set(Enum<?>, Double) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setDouble(Enum, Double) instead
set(int, Double) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setDouble(int, Double) instead
set(Enum<?>, Float) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setFloat(Enum, Float) instead
set(int, Float) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setFloat(int, Float) instead
set(Enum<?>, BytesWritable) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setBytes(Enum, org.apache.hadoop.io.BytesWritable) instead
set(int, BytesWritable) - Method in class org.htuple.Tuple
Deprecated. use Tuple.setBytes(int, org.apache.hadoop.io.BytesWritable) instead
setBoolean(int, Boolean) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setBytes(Enum<?>, BytesWritable) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setBytes(int, BytesWritable) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setConf(Configuration) - Method in class org.htuple.TupleComparator
 
setConf(Configuration) - Method in class org.htuple.TupleMapReducePartitioner
 
setDouble(Enum<?>, Double) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setDouble(int, Double) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setFloat(Enum<?>, Float) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setFloat(int, Float) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setGroupIndices(int...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the TupleComparator for grouping.
setGroupIndices(Enum<?>...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the TupleComparator for grouping.
setInt(Enum<?>, Integer) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setInt(int, Integer) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setLong(Enum<?>, Long) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setLong(int, Integer) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setPartitionerIndices(int...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the Partitioner.
setPartitionerIndices(Enum<?>...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the Partitioner.
setShort(Enum<?>, Short) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setShort(int, Short) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setSortIndices(int...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the TupleComparator for sorting.
setSortIndices(Enum<?>...) - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Set the tuple indexes that will be used by the TupleComparator for sorting.
setString(int, String) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
setString(Enum<?>, String) - Method in class org.htuple.Tuple
Sets a value at a specific position in the tuple.
ShuffleUtils - Class in org.htuple
Utilities to help with custom sorting, grouping and partitioning of Tuple's.
ShuffleUtils() - Constructor for class org.htuple.ShuffleUtils
 
ShuffleUtils.ConfigBuilder - Class in org.htuple
A builder that allows you to tune how partitioning, sorting and grouping should work for a given MapReduce job using your Tuple instances.
ShuffleUtils.ConfigBuilder() - Constructor for class org.htuple.ShuffleUtils.ConfigBuilder
 
size() - Method in class org.htuple.Tuple
Returns the number of elements in this tuple.
SORTING_INDEXES_CONFIG_NAME - Static variable in class org.htuple.ShuffleUtils
 

T

toString() - Method in class org.htuple.Tuple
 
Tuple - Class in org.htuple
A tuple for use as intermediary map outputs.
Tuple() - Constructor for class org.htuple.Tuple
 
TupleComparator - Class in org.htuple
A Comparator for Tuple instances, which can compare a subset of the elements in the tuple, which is useful for sorting and grouping when secondary-sort behavior is desired.
TupleComparator() - Constructor for class org.htuple.TupleComparator
 
TupleGroupingComparator - Class in org.htuple
 
TupleGroupingComparator() - Constructor for class org.htuple.TupleGroupingComparator
 
TupleMapRedPartitioner - Class in org.htuple
A partitioner for Tuple's to support secondary sorting.
TupleMapRedPartitioner() - Constructor for class org.htuple.TupleMapRedPartitioner
 
TupleMapReducePartitioner - Class in org.htuple
A partitioner for Tuple's to support secondary sorting.
TupleMapReducePartitioner() - Constructor for class org.htuple.TupleMapReducePartitioner
 
TuplePartitioner - Class in org.htuple
A partitioner for Tuple's to support secondary sorting.
TuplePartitioner(Configuration) - Constructor for class org.htuple.TuplePartitioner
 
TupleSortComparator - Class in org.htuple
 
TupleSortComparator() - Constructor for class org.htuple.TupleSortComparator
 

U

useNewApi() - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Indicate that the new org.apache.hadoop.mapreduce API should be used when configuring the job.
useOldApi() - Method in class org.htuple.ShuffleUtils.ConfigBuilder
Indicate that the old org.apache.hadoop.mapred API should be used when configuring the job.

W

write(DataOutput, Object) - Method in interface org.htuple.SerializationUtils.TupleElementSerializer
 
write(DataOutput, Object) - Static method in class org.htuple.SerializationUtils
 
write(DataOutput) - Method in class org.htuple.Tuple
 

A B C E G H I N O P R S T U W

Copyright © 2013. All Rights Reserved.