Uses of Class
org.apache.hadoop.mapred.ShuffleConsumerPlugin.Context

Packages that use ShuffleConsumerPlugin.Context
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.task.reduce   
 

Uses of ShuffleConsumerPlugin.Context in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type ShuffleConsumerPlugin.Context
 void ShuffleConsumerPlugin.init(ShuffleConsumerPlugin.Context<K,V> context)
           
 

Uses of ShuffleConsumerPlugin.Context in org.apache.hadoop.mapreduce.task.reduce
 

Methods in org.apache.hadoop.mapreduce.task.reduce with parameters of type ShuffleConsumerPlugin.Context
protected  MergeManager<K,V> Shuffle.createMergeManager(ShuffleConsumerPlugin.Context context)
           
 void Shuffle.init(ShuffleConsumerPlugin.Context context)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.