Uses of Class
org.apache.hadoop.mapreduce.task.annotation.Checkpointable

Packages that use Checkpointable
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.output   
 

Uses of Checkpointable in org.apache.hadoop.mapreduce
 

Classes in org.apache.hadoop.mapreduce with annotations of type Checkpointable
 class Reducer<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          Reduces a set of intermediate values which share a key to a smaller set of values.
 

Uses of Checkpointable in org.apache.hadoop.mapreduce.lib.output
 

Classes in org.apache.hadoop.mapreduce.lib.output with annotations of type Checkpointable
 class PartialFileOutputCommitter
          An OutputCommitter that commits files specified in job output directory i.e.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.