|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.config.Condor
public final class Condor
A utility class for using with Condor.
| Field Summary | |
|---|---|
static String |
CONDOR_FILE_SUFFIX
The common file suffix for condor jobs. |
static int |
CONDOR_ID
The ID of the current Condor process. |
static int |
CONDOR_NUM
The total number of Condor processes. |
static boolean |
IS_CONDOR_EXIST
Whether the current job is submitted to Condor. |
| Method Summary | |
|---|---|
static boolean |
condorDo()
The condorDo construct returns true if and only if its internal counter is equal to the Condor ID of the current process. |
static void |
condorDoReset()
Reset the internal counter of the condorDo construct. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CONDOR_ID
public static final int CONDOR_NUM
public static final boolean IS_CONDOR_EXIST
public static final String CONDOR_FILE_SUFFIX
| Method Detail |
|---|
public static boolean condorDo()
public static void condorDoReset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||