public static enum OpenDreams.DRMAA2.ResourceLimitType extends java.lang.Enum<OpenDreams.DRMAA2.ResourceLimitType>
| Enum Constant and Description |
|---|
CORE_FILE_SIZE |
CPU_TIME |
DATA_SIZE |
FILE_SIZE |
OPEN_FILES |
STACK_SIZE |
VIRTUAL_MEMORY |
WALLCLOCK_TIME |
| Modifier and Type | Method and Description |
|---|---|
static OpenDreams.DRMAA2.ResourceLimitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenDreams.DRMAA2.ResourceLimitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenDreams.DRMAA2.ResourceLimitType CORE_FILE_SIZE
public static final OpenDreams.DRMAA2.ResourceLimitType CPU_TIME
public static final OpenDreams.DRMAA2.ResourceLimitType DATA_SIZE
public static final OpenDreams.DRMAA2.ResourceLimitType FILE_SIZE
public static final OpenDreams.DRMAA2.ResourceLimitType OPEN_FILES
public static final OpenDreams.DRMAA2.ResourceLimitType STACK_SIZE
public static final OpenDreams.DRMAA2.ResourceLimitType VIRTUAL_MEMORY
public static final OpenDreams.DRMAA2.ResourceLimitType WALLCLOCK_TIME
public static OpenDreams.DRMAA2.ResourceLimitType[] values()
for (OpenDreams.DRMAA2.ResourceLimitType c : OpenDreams.DRMAA2.ResourceLimitType.values()) System.out.println(c);
public static OpenDreams.DRMAA2.ResourceLimitType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.