|
PHENIX Job Submission - Release 1.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.bnl.phenix.offline.pjs.shared.LocationInfo
The LocationInfo
class provides the cluster specific
information for creating the JDL files.
Constructor Summary | |
LocationInfo()
Class constructor |
|
LocationInfo(java.lang.String clusterId,
int numFiles,
int offset,
java.lang.String outputDir)
Class constructor with arguments |
Method Summary | |
java.lang.String |
getClusterId()
Gets the cluster ID string |
int |
getNumFiles()
Gets the number of requested files for this cluster |
int |
getOffset()
Gets the offset for the cluster. |
java.lang.String |
getOutputDir()
Gets the output directory for the cluster |
java.lang.String |
getSemaphoreDir()
Gets the semaphore directory for the cluster |
void |
setClusterId(java.lang.String clusterId)
Sets the cluster ID |
void |
setNumFiles(int numFiles)
Sets the number of requested files for the cluster |
void |
setOffset(int offset)
Sets the offset for the cluster |
void |
setOutputDir(java.lang.String outputDir)
Sets the output directory for the cluster |
void |
setSemaphoreDir(java.lang.String semaphoreDir)
Sets the semaphore directory for the cluster |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationInfo()
public LocationInfo(java.lang.String clusterId, int numFiles, int offset, java.lang.String outputDir)
clusterId
- string containing the three letter cluster IDnumFiles
- integer with the number of requested files for this
clusteroffset
- integer with the offset. Used with multiple clustersoutputDir
- string containing the cluster output directoryMethod Detail |
public java.lang.String getClusterId()
public int getNumFiles()
public int getOffset()
public java.lang.String getOutputDir()
public java.lang.String getSemaphoreDir()
public void setClusterId(java.lang.String clusterId)
clusterId
- string containing the three letter cluster IDpublic void setNumFiles(int numFiles)
numFiles
- integer containing the number of requested files for
the clusterpublic void setOffset(int offset)
offset
- integer containing the offset for the clusterpublic void setOutputDir(java.lang.String outputDir)
outputDir
- string containing the output directory for the clusterpublic void setSemaphoreDir(java.lang.String semaphoreDir)
semaphoreDir
- string containing the semaphore directory for the
cluster
|
PHENIX Job Submission - Release 1.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |