This project has retired. For details please refer to its Attic page.
MRPipelineExecution (Apache Crunch 0.10.0 API)

org.apache.crunch.impl.mr
Interface MRPipelineExecution

All Superinterfaces:
Future<PipelineResult>, com.google.common.util.concurrent.ListenableFuture<PipelineResult>, PipelineExecution

public interface MRPipelineExecution
extends PipelineExecution


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.PipelineExecution
PipelineExecution.Status
 
Method Summary
 List<MRJob> getJobs()
           
 
Methods inherited from interface org.apache.crunch.PipelineExecution
getPlanDotFile, getResult, getStatus, kill, waitFor, waitUntilDone
 
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

getJobs

List<MRJob> getJobs()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.