Uses of Class
org.htuple.ShuffleUtils.ConfigBuilder

Uses of ShuffleUtils.ConfigBuilder in org.htuple
 

Methods in org.htuple that return ShuffleUtils.ConfigBuilder
static ShuffleUtils.ConfigBuilder ShuffleUtils.configBuilder()
           
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setGroupIndices(Enum<?>... indices)
          Set the tuple indexes that will be used by the TupleComparator for grouping.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setGroupIndices(int... indices)
          Set the tuple indexes that will be used by the TupleComparator for grouping.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setPartitionerIndices(Enum<?>... indices)
          Set the tuple indexes that will be used by the Partitioner.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setPartitionerIndices(int... indices)
          Set the tuple indexes that will be used by the Partitioner.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setSortIndices(Enum<?>... indices)
          Set the tuple indexes that will be used by the TupleComparator for sorting.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.setSortIndices(int... indices)
          Set the tuple indexes that will be used by the TupleComparator for sorting.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.useNewApi()
          Indicate that the new org.apache.hadoop.mapreduce API should be used when configuring the job.
 ShuffleUtils.ConfigBuilder ShuffleUtils.ConfigBuilder.useOldApi()
          Indicate that the old org.apache.hadoop.mapred API should be used when configuring the job.
 



Copyright © 2013. All Rights Reserved.