public static enum BlkioCore.RecordType extends Enum<BlkioCore.RecordType>
Modifier and Type | Method and Description |
---|---|
static BlkioCore.RecordType |
getType(String type) |
static BlkioCore.RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlkioCore.RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlkioCore.RecordType read
public static final BlkioCore.RecordType write
public static final BlkioCore.RecordType sync
public static final BlkioCore.RecordType async
public static final BlkioCore.RecordType total
public static BlkioCore.RecordType[] values()
for (BlkioCore.RecordType c : BlkioCore.RecordType.values()) System.out.println(c);
public static BlkioCore.RecordType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BlkioCore.RecordType getType(String type)
Copyright © 2022 The Apache Software Foundation. All rights reserved.