public static enum Protos.RLimitInfo.RLimit.Type extends java.lang.Enum<Protos.RLimitInfo.RLimit.Type>
mesos.RLimitInfo.RLimit.Type| Enum Constant and Description |
|---|
RLMT_AS
RLMT_AS = 1; |
RLMT_CORE
RLMT_CORE = 2; |
RLMT_CPU
RLMT_CPU = 3; |
RLMT_DATA
RLMT_DATA = 4; |
RLMT_FSIZE
RLMT_FSIZE = 5; |
RLMT_LOCKS
RLMT_LOCKS = 6; |
RLMT_MEMLOCK
RLMT_MEMLOCK = 7; |
RLMT_MSGQUEUE
RLMT_MSGQUEUE = 8; |
RLMT_NICE
RLMT_NICE = 9; |
RLMT_NOFILE
RLMT_NOFILE = 10; |
RLMT_NPROC
RLMT_NPROC = 11; |
RLMT_RSS
RLMT_RSS = 12; |
RLMT_RTPRIO
RLMT_RTPRIO = 13; |
RLMT_RTTIME
RLMT_RTTIME = 14; |
RLMT_SIGPENDING
RLMT_SIGPENDING = 15; |
RLMT_STACK
RLMT_STACK = 16; |
UNKNOWN
UNKNOWN = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
RLMT_AS_VALUE
RLMT_AS = 1; |
static int |
RLMT_CORE_VALUE
RLMT_CORE = 2; |
static int |
RLMT_CPU_VALUE
RLMT_CPU = 3; |
static int |
RLMT_DATA_VALUE
RLMT_DATA = 4; |
static int |
RLMT_FSIZE_VALUE
RLMT_FSIZE = 5; |
static int |
RLMT_LOCKS_VALUE
RLMT_LOCKS = 6; |
static int |
RLMT_MEMLOCK_VALUE
RLMT_MEMLOCK = 7; |
static int |
RLMT_MSGQUEUE_VALUE
RLMT_MSGQUEUE = 8; |
static int |
RLMT_NICE_VALUE
RLMT_NICE = 9; |
static int |
RLMT_NOFILE_VALUE
RLMT_NOFILE = 10; |
static int |
RLMT_NPROC_VALUE
RLMT_NPROC = 11; |
static int |
RLMT_RSS_VALUE
RLMT_RSS = 12; |
static int |
RLMT_RTPRIO_VALUE
RLMT_RTPRIO = 13; |
static int |
RLMT_RTTIME_VALUE
RLMT_RTTIME = 14; |
static int |
RLMT_SIGPENDING_VALUE
RLMT_SIGPENDING = 15; |
static int |
RLMT_STACK_VALUE
RLMT_STACK = 16; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Protos.RLimitInfo.RLimit.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static Protos.RLimitInfo.RLimit.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.RLimitInfo.RLimit.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protos.RLimitInfo.RLimit.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protos.RLimitInfo.RLimit.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protos.RLimitInfo.RLimit.Type UNKNOWN
UNKNOWN = 0;public static final Protos.RLimitInfo.RLimit.Type RLMT_AS
RLMT_AS = 1;public static final Protos.RLimitInfo.RLimit.Type RLMT_CORE
RLMT_CORE = 2;public static final Protos.RLimitInfo.RLimit.Type RLMT_CPU
RLMT_CPU = 3;public static final Protos.RLimitInfo.RLimit.Type RLMT_DATA
RLMT_DATA = 4;public static final Protos.RLimitInfo.RLimit.Type RLMT_FSIZE
RLMT_FSIZE = 5;public static final Protos.RLimitInfo.RLimit.Type RLMT_LOCKS
RLMT_LOCKS = 6;public static final Protos.RLimitInfo.RLimit.Type RLMT_MEMLOCK
RLMT_MEMLOCK = 7;public static final Protos.RLimitInfo.RLimit.Type RLMT_MSGQUEUE
RLMT_MSGQUEUE = 8;public static final Protos.RLimitInfo.RLimit.Type RLMT_NICE
RLMT_NICE = 9;public static final Protos.RLimitInfo.RLimit.Type RLMT_NOFILE
RLMT_NOFILE = 10;public static final Protos.RLimitInfo.RLimit.Type RLMT_NPROC
RLMT_NPROC = 11;public static final Protos.RLimitInfo.RLimit.Type RLMT_RSS
RLMT_RSS = 12;public static final Protos.RLimitInfo.RLimit.Type RLMT_RTPRIO
RLMT_RTPRIO = 13;public static final Protos.RLimitInfo.RLimit.Type RLMT_RTTIME
RLMT_RTTIME = 14;public static final Protos.RLimitInfo.RLimit.Type RLMT_SIGPENDING
RLMT_SIGPENDING = 15;public static final Protos.RLimitInfo.RLimit.Type RLMT_STACK
RLMT_STACK = 16;public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int RLMT_AS_VALUE
RLMT_AS = 1;public static final int RLMT_CORE_VALUE
RLMT_CORE = 2;public static final int RLMT_CPU_VALUE
RLMT_CPU = 3;public static final int RLMT_DATA_VALUE
RLMT_DATA = 4;public static final int RLMT_FSIZE_VALUE
RLMT_FSIZE = 5;public static final int RLMT_LOCKS_VALUE
RLMT_LOCKS = 6;public static final int RLMT_MEMLOCK_VALUE
RLMT_MEMLOCK = 7;public static final int RLMT_MSGQUEUE_VALUE
RLMT_MSGQUEUE = 8;public static final int RLMT_NICE_VALUE
RLMT_NICE = 9;public static final int RLMT_NOFILE_VALUE
RLMT_NOFILE = 10;public static final int RLMT_NPROC_VALUE
RLMT_NPROC = 11;public static final int RLMT_RSS_VALUE
RLMT_RSS = 12;public static final int RLMT_RTPRIO_VALUE
RLMT_RTPRIO = 13;public static final int RLMT_RTTIME_VALUE
RLMT_RTTIME = 14;public static final int RLMT_SIGPENDING_VALUE
RLMT_SIGPENDING = 15;public static final int RLMT_STACK_VALUE
RLMT_STACK = 16;public static Protos.RLimitInfo.RLimit.Type[] values()
for (Protos.RLimitInfo.RLimit.Type c : Protos.RLimitInfo.RLimit.Type.values()) System.out.println(c);
public static Protos.RLimitInfo.RLimit.Type 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 nullpublic final int getNumber()
@Deprecated public static Protos.RLimitInfo.RLimit.Type valueOf(int value)
forNumber(int) instead.public static Protos.RLimitInfo.RLimit.Type forNumber(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protos.RLimitInfo.RLimit.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)