Uses of Class
org.galagosearch.tupleflow.execution.ConnectionAssignmentType

Packages that use ConnectionAssignmentType
org.galagosearch.tupleflow.execution   
 

Uses of ConnectionAssignmentType in org.galagosearch.tupleflow.execution
 

Methods in org.galagosearch.tupleflow.execution that return ConnectionAssignmentType
 ConnectionAssignmentType ConnectionEndPoint.getAssignment()
           
static ConnectionAssignmentType ConnectionAssignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionAssignmentType[] ConnectionAssignmentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.galagosearch.tupleflow.execution with parameters of type ConnectionAssignmentType
 void Job.connect(Job.StagePoint source, Job.StagePoint destination, ConnectionAssignmentType assignment)
           
 void Job.connect(Job.StagePoint source, Job.StagePoint destination, ConnectionAssignmentType assignment, java.lang.String[] hashType, int hashCount)
           
 void Job.connect(java.lang.String sourceName, java.lang.String destinationName, ConnectionAssignmentType assignment)
          Connects outputs from stage sourceName to inputs from stage destinationName.
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type ConnectionAssignmentType
ConnectionEndPoint(FileLocation location, java.lang.String stageName, java.lang.String pointName, ConnectionAssignmentType assignment, ConnectionPointType type)
           
 



Copyright © 2009. All Rights Reserved.