org.galagosearch.tupleflow.execution
Class StageConnectionPoint

java.lang.Object
  extended by org.galagosearch.tupleflow.execution.Locatable
      extended by 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

Field Summary
 java.lang.String externalName
           
 java.lang.String internalName
           
 ConnectionPointType type
           
 
Fields inherited from class org.galagosearch.tupleflow.execution.Locatable
location
 
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)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getExternalName()
           
 java.lang.String getInternalName()
           
 java.lang.String[] getOrder()
           
 ConnectionPointType getType()
           
 
Methods inherited from class org.galagosearch.tupleflow.execution.Locatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public ConnectionPointType type

externalName

public java.lang.String externalName

internalName

public java.lang.String internalName
Constructor Detail

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)
Method Detail

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.