|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcascading.flow.FlowStep
public class FlowStep
Class FlowStep ...
| Nested Class Summary | |
|---|---|
class |
FlowStep.FlowStepJob
|
| Field Summary | |
|---|---|
Group |
group
Field group |
Map<String,Tap> |
mapperTraps
Field mapperTraps |
Map<String,Tap> |
reducerTraps
Field reducerTraps |
| Method Summary | |
|---|---|
void |
clean(JobConf jobConf)
Method clean removes any temporary files used by this FlowStep instance. |
boolean |
equals(Object object)
|
Collection<Operation> |
getAllOperations()
|
FlowStep.FlowStepJob |
getFlowStepJob(JobConf parentConf)
|
Tap |
getMapperTrap(String name)
|
String |
getName()
|
FlowElement |
getNextFlowElement(Scope scope)
|
Scope |
getNextScope(FlowElement flowElement)
Method getNextScope returns the next Scope instance in the graph. |
Set<Scope> |
getNextScopes(FlowElement flowElement)
|
String |
getParentFlowName()
Method getParentFlowName returns the parentFlowName of this FlowStep object. |
Set<Scope> |
getPreviousScopes(FlowElement flowElement)
Method getPreviousScopes returns the previous Scope instances. |
Tap |
getReducerTrap(String name)
|
String |
getSourceName(Tap source)
|
String |
getStepName()
Method getStepName returns the stepName of this FlowStep object. |
int |
hashCode()
|
TupleIterator |
openSinkForRead(JobConf conf)
|
TapIterator |
openSourceForRead(JobConf conf)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Map<String,Tap> mapperTraps
public final Map<String,Tap> reducerTraps
public Group group
| Method Detail |
|---|
public String getName()
public String getParentFlowName()
public String getStepName()
public TapIterator openSourceForRead(JobConf conf)
throws IOException
IOException
public TupleIterator openSinkForRead(JobConf conf)
throws IOException
IOExceptionpublic Tap getMapperTrap(String name)
public Tap getReducerTrap(String name)
public Set<Scope> getPreviousScopes(FlowElement flowElement)
flowElement - of type FlowElement
public Scope getNextScope(FlowElement flowElement)
flowElement - of type FlowElement
public Set<Scope> getNextScopes(FlowElement flowElement)
public FlowElement getNextFlowElement(Scope scope)
public String getSourceName(Tap source)
public Collection<Operation> getAllOperations()
public void clean(JobConf jobConf)
jobConf - of type JobConfpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
public FlowStep.FlowStepJob getFlowStepJob(JobConf parentConf)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||