org.galagosearch.tupleflow.execution
Class StageConnectionPoint
java.lang.Object
org.galagosearch.tupleflow.execution.Locatable
org.galagosearch.tupleflow.execution.StageConnectionPoint
- All Implemented Interfaces:
- java.io.Serializable
public class StageConnectionPoint
- extends Locatable
- implements java.io.Serializable
Represents an endpoint for a connection within a TupleFlow stage.
This is defined with an input or output tag in the connections section
of a stage in the XML parameter file.
- Author:
- trevor
- See Also:
Job,
Serialized Form
|
Constructor Summary |
StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
Order order)
|
StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
Order order,
FileLocation location)
|
StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
java.lang.String className,
java.lang.String[] order,
FileLocation location)
|
StageConnectionPoint(ConnectionPointType type,
java.lang.String externalName,
java.lang.String internalName,
java.lang.String className,
java.lang.String[] order,
FileLocation location)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public ConnectionPointType type
externalName
public java.lang.String externalName
internalName
public java.lang.String internalName
StageConnectionPoint
public StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
Order order)
StageConnectionPoint
public StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
Order order,
FileLocation location)
StageConnectionPoint
public StageConnectionPoint(ConnectionPointType type,
java.lang.String name,
java.lang.String className,
java.lang.String[] order,
FileLocation location)
StageConnectionPoint
public StageConnectionPoint(ConnectionPointType type,
java.lang.String externalName,
java.lang.String internalName,
java.lang.String className,
java.lang.String[] order,
FileLocation location)
getExternalName
public java.lang.String getExternalName()
getInternalName
public java.lang.String getInternalName()
getType
public ConnectionPointType getType()
getClassName
public java.lang.String getClassName()
getOrder
public java.lang.String[] getOrder()
Copyright © 2009. All Rights Reserved.