cascading.flow
Class FlowStep.FlowStepJob
java.lang.Object
cascading.flow.FlowStep.FlowStepJob
- All Implemented Interfaces:
- Callable<Throwable>
- Enclosing class:
- FlowStep
public class FlowStep.FlowStepJob
- extends Object
- implements Callable<Throwable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowStep.FlowStepJob
public FlowStep.FlowStepJob(String stepName,
JobConf currentConf)
stop
public void stop()
setPredecessors
public void setPredecessors(List<FlowStep.FlowStepJob> predecessors)
throws IOException
- Throws:
IOException
call
public Throwable call()
- Specified by:
call in interface Callable<Throwable>
isSuccessful
public boolean isSuccessful()
- Method isSuccessful returns true if this step completed successfully.
- Returns:
- the successful (type boolean) of this FlowStepJob object.
wasStarted
public boolean wasStarted()
- Method wasStarted returns true if this job was started
- Returns:
- boolean
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.