Uses of Class
org.apache.hadoop.mapreduce.v2.app.commit.CommitterEvent

Packages that use CommitterEvent
org.apache.hadoop.mapreduce.v2.app   
org.apache.hadoop.mapreduce.v2.app.commit   
 

Uses of CommitterEvent in org.apache.hadoop.mapreduce.v2.app
 

Methods in org.apache.hadoop.mapreduce.v2.app that return types with arguments of type CommitterEvent
protected  org.apache.hadoop.yarn.event.EventHandler<CommitterEvent> MRAppMaster.createCommitterEventHandler(AppContext context, org.apache.hadoop.mapreduce.OutputCommitter committer)
           
 

Uses of CommitterEvent in org.apache.hadoop.mapreduce.v2.app.commit
 

Subclasses of CommitterEvent in org.apache.hadoop.mapreduce.v2.app.commit
 class CommitterJobAbortEvent
           
 class CommitterJobCommitEvent
           
 class CommitterJobSetupEvent
           
 class CommitterTaskAbortEvent
           
 

Methods in org.apache.hadoop.mapreduce.v2.app.commit with parameters of type CommitterEvent
 void CommitterEventHandler.handle(CommitterEvent event)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.