|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.PipeLayout.RunParameters
public static class PipeLayout.RunParameters
The Class RunParameters. This is specific to each maps layout
| Constructor Summary | |
|---|---|
PipeLayout.RunParameters()
|
|
| Method Summary | |
|---|---|
java.io.File |
getInputDirectory()
Gets the input directory. |
java.net.URI |
getInputURI()
Gets the input directory. |
int |
getMaxHeap()
Gets the max heap. |
int |
getMaxProcs()
Gets the max processes. |
JistPreferences.NamingConvention |
getNamingConvention()
Gets the naming convention. |
java.io.File |
getOutputDirectory()
Gets the output directory. |
java.net.URI |
getOutputURI()
Gets the input directory. |
java.lang.String |
getPreferredExtension()
Gets the preferred extension. |
boolean |
isUseGridEngine()
Checks if is use grid engine. |
void |
setInputDirectory(java.io.File inputDir)
Sets the input directory. |
void |
setInputDirectory(java.net.URI inputURI)
Sets the input directory. |
void |
setMaxHeap(int maxHeap)
Sets the max heap. |
void |
setMaxProcs(int maxProcs)
Sets the max processes. |
void |
setOutputDirectory(java.io.File outputDir)
Sets the input directory. |
void |
setOutputDirectory(java.net.URI outputURI)
Sets the output directory. |
void |
setUseGridEngine(boolean useGridEngine)
Sets the use grid engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipeLayout.RunParameters()
| Method Detail |
|---|
public java.lang.String getPreferredExtension()
public JistPreferences.NamingConvention getNamingConvention()
public boolean isUseGridEngine()
public void setUseGridEngine(boolean useGridEngine)
useGridEngine - the new use grid enginepublic java.io.File getInputDirectory()
public java.net.URI getOutputURI()
public java.net.URI getInputURI()
public int getMaxHeap()
public int getMaxProcs()
public java.io.File getOutputDirectory()
public void setInputDirectory(java.net.URI inputURI)
inputURI - the input uripublic void setInputDirectory(java.io.File inputDir)
inputDir - the new input directorypublic void setOutputDirectory(java.io.File outputDir)
outputDir - the output dirpublic void setMaxHeap(int maxHeap)
maxHeap - the new max heappublic void setMaxProcs(int maxProcs)
maxProcs - the new max processespublic void setOutputDirectory(java.net.URI outputURI)
outputURI - the output uri
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||