public static enum RecordBatchStats.RecordBatchIOType extends Enum<RecordBatchStats.RecordBatchIOType>
Enum Constant and Description |
---|
INPUT |
INPUT_LEFT |
INPUT_RIGHT |
OUTPUT |
PASSTHROUGH |
Modifier and Type | Method and Description |
---|---|
String |
getIOTypeString() |
static RecordBatchStats.RecordBatchIOType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordBatchStats.RecordBatchIOType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordBatchStats.RecordBatchIOType INPUT
public static final RecordBatchStats.RecordBatchIOType INPUT_RIGHT
public static final RecordBatchStats.RecordBatchIOType INPUT_LEFT
public static final RecordBatchStats.RecordBatchIOType OUTPUT
public static final RecordBatchStats.RecordBatchIOType PASSTHROUGH
public static RecordBatchStats.RecordBatchIOType[] values()
for (RecordBatchStats.RecordBatchIOType c : RecordBatchStats.RecordBatchIOType.values()) System.out.println(c);
public static RecordBatchStats.RecordBatchIOType 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 String getIOTypeString()
Copyright © 1970 The Apache Software Foundation. All rights reserved.