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

Packages that use FileLocation
org.galagosearch.tupleflow.execution   
 

Uses of FileLocation in org.galagosearch.tupleflow.execution
 

Fields in org.galagosearch.tupleflow.execution declared as FileLocation
protected  FileLocation Step.location
           
 FileLocation Locatable.location
           
 

Methods in org.galagosearch.tupleflow.execution that return FileLocation
 FileLocation Step.getLocation()
           
 FileLocation Locatable.getLocation()
           
 FileLocation JobConstructor.location()
           
 

Methods in org.galagosearch.tupleflow.execution with parameters of type FileLocation
 void ErrorStore.addError(FileLocation location, java.lang.String message)
           
 void ErrorStore.addWarning(FileLocation location, java.lang.String message)
           
 int FileLocation.compareTo(FileLocation location)
           
 ErrorStore.LocatedHandler ErrorStore.getErrorHandler(FileLocation location)
           
 void Locatable.setLocation(FileLocation location)
           
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type FileLocation
Connection(FileLocation location, java.lang.String className, java.lang.String[] order, java.lang.String[] hash, int hashCount)
           
Connection(FileLocation location, java.lang.String connectionName, java.lang.String className, java.lang.String[] order, java.lang.String[] hash, int hashCount)
           
ConnectionEndPoint(FileLocation location, java.lang.String stageName, java.lang.String pointName, ConnectionAssignmentType assignment, ConnectionPointType type)
           
ConnectionEndPoint(FileLocation location, java.lang.String stageName, java.lang.String pointName, ConnectionPointType type)
           
ErrorStore.LocatedHandler(FileLocation location)
           
ErrorStore.Statement(FileLocation location, java.lang.String message)
           
InputStep(FileLocation location, java.lang.String id)
           
Locatable(FileLocation location)
           
OutputStep(FileLocation location, java.lang.String id)
           
Stage(FileLocation location)
           
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)
           
Step(FileLocation location, java.lang.String className, Parameters parameters)
           
 



Copyright © 2009. All Rights Reserved.