cascading.flow.local.planner
Class LocalFlowStepJob
java.lang.Object
cascading.flow.planner.FlowStepJob<java.util.Properties>
cascading.flow.local.planner.LocalFlowStepJob
- All Implemented Interfaces:
- java.util.concurrent.Callable<java.lang.Throwable>
public class LocalFlowStepJob
- extends FlowStepJob<java.util.Properties>
Methods inherited from class cascading.flow.planner.FlowStepJob |
blockOnJob, blockOnPredecessors, blockTillCompleteOrStopped, call, getStepStats, isStarted, isSuccessful, setPredecessors, sleepForPollingInterval, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFlowStepJob
public LocalFlowStepJob(ClientState clientState,
LocalFlowProcess flowProcess,
LocalFlowStep flowStep)
getConfig
public java.util.Properties getConfig()
- Specified by:
getConfig
in class FlowStepJob<java.util.Properties>
createStepStats
protected FlowStepStats createStepStats(ClientState clientState)
- Specified by:
createStepStats
in class FlowStepJob<java.util.Properties>
isRemoteExecution
protected boolean isRemoteExecution()
- Specified by:
isRemoteExecution
in class FlowStepJob<java.util.Properties>
internalJobId
protected java.lang.String internalJobId()
- Specified by:
internalJobId
in class FlowStepJob<java.util.Properties>
internalNonBlockingStart
protected void internalNonBlockingStart()
throws java.io.IOException
- Specified by:
internalNonBlockingStart
in class FlowStepJob<java.util.Properties>
- Throws:
java.io.IOException
internalIsStarted
protected boolean internalIsStarted()
- Specified by:
internalIsStarted
in class FlowStepJob<java.util.Properties>
internalNonBlockingIsComplete
protected boolean internalNonBlockingIsComplete()
throws java.io.IOException
- Specified by:
internalNonBlockingIsComplete
in class FlowStepJob<java.util.Properties>
- Throws:
java.io.IOException
getThrowable
protected java.lang.Throwable getThrowable()
- Specified by:
getThrowable
in class FlowStepJob<java.util.Properties>
internalNonBlockingIsSuccessful
protected boolean internalNonBlockingIsSuccessful()
throws java.io.IOException
- Specified by:
internalNonBlockingIsSuccessful
in class FlowStepJob<java.util.Properties>
- Throws:
java.io.IOException
internalStop
protected void internalStop()
throws java.io.IOException
- Specified by:
internalStop
in class FlowStepJob<java.util.Properties>
- Throws:
java.io.IOException
dumpDebugInfo
protected void dumpDebugInfo()
- Specified by:
dumpDebugInfo
in class FlowStepJob<java.util.Properties>
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.