public static enum StoreDataBufferIOCommand.DataBufferType extends Enum<StoreDataBufferIOCommand.DataBufferType>
| Modifier and Type | Method and Description |
|---|---|
static StoreDataBufferIOCommand.DataBufferType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreDataBufferIOCommand.DataBufferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreDataBufferIOCommand.DataBufferType PARTITION
public static final StoreDataBufferIOCommand.DataBufferType MESSAGE
public static StoreDataBufferIOCommand.DataBufferType[] values()
for (StoreDataBufferIOCommand.DataBufferType c : StoreDataBufferIOCommand.DataBufferType.values()) System.out.println(c);
public static StoreDataBufferIOCommand.DataBufferType 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 nullCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.