public static enum Protos.CgroupInfo.Blkio.Operation extends java.lang.Enum<Protos.CgroupInfo.Blkio.Operation>
mesos.CgroupInfo.Blkio.Operation
Enum Constant and Description |
---|
ASYNC
ASYNC = 5; |
DISCARD
DISCARD = 6; |
READ
READ = 2; |
SYNC
SYNC = 4; |
TOTAL
TOTAL = 1; |
UNKNOWN
UNKNOWN = 0; |
WRITE
WRITE = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
ASYNC_VALUE
ASYNC = 5; |
static int |
DISCARD_VALUE
DISCARD = 6; |
static int |
READ_VALUE
READ = 2; |
static int |
SYNC_VALUE
SYNC = 4; |
static int |
TOTAL_VALUE
TOTAL = 1; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
static int |
WRITE_VALUE
WRITE = 3; |
Modifier and Type | Method and Description |
---|---|
static Protos.CgroupInfo.Blkio.Operation |
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.CgroupInfo.Blkio.Operation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.CgroupInfo.Blkio.Operation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protos.CgroupInfo.Blkio.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protos.CgroupInfo.Blkio.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protos.CgroupInfo.Blkio.Operation UNKNOWN
UNKNOWN = 0;
public static final Protos.CgroupInfo.Blkio.Operation TOTAL
TOTAL = 1;
public static final Protos.CgroupInfo.Blkio.Operation READ
READ = 2;
public static final Protos.CgroupInfo.Blkio.Operation WRITE
WRITE = 3;
public static final Protos.CgroupInfo.Blkio.Operation SYNC
SYNC = 4;
public static final Protos.CgroupInfo.Blkio.Operation ASYNC
ASYNC = 5;
public static final Protos.CgroupInfo.Blkio.Operation DISCARD
DISCARD = 6;
public static final int UNKNOWN_VALUE
UNKNOWN = 0;
public static final int TOTAL_VALUE
TOTAL = 1;
public static final int READ_VALUE
READ = 2;
public static final int WRITE_VALUE
WRITE = 3;
public static final int SYNC_VALUE
SYNC = 4;
public static final int ASYNC_VALUE
ASYNC = 5;
public static final int DISCARD_VALUE
DISCARD = 6;
public static Protos.CgroupInfo.Blkio.Operation[] values()
for (Protos.CgroupInfo.Blkio.Operation c : Protos.CgroupInfo.Blkio.Operation.values()) System.out.println(c);
public static Protos.CgroupInfo.Blkio.Operation 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.CgroupInfo.Blkio.Operation valueOf(int value)
forNumber(int)
instead.public static Protos.CgroupInfo.Blkio.Operation 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.CgroupInfo.Blkio.Operation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)