public static enum FastReaderBuilder.RecordReader.Stage extends Enum<FastReaderBuilder.RecordReader.Stage>
Enum Constant and Description |
---|
INITIALIZED |
INITIALIZING |
NEW |
Modifier and Type | Method and Description |
---|---|
static FastReaderBuilder.RecordReader.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastReaderBuilder.RecordReader.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastReaderBuilder.RecordReader.Stage NEW
public static final FastReaderBuilder.RecordReader.Stage INITIALIZING
public static final FastReaderBuilder.RecordReader.Stage INITIALIZED
public static FastReaderBuilder.RecordReader.Stage[] values()
for (FastReaderBuilder.RecordReader.Stage c : FastReaderBuilder.RecordReader.Stage.values()) System.out.println(c);
public static FastReaderBuilder.RecordReader.Stage 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 © 2009–2022 The Apache Software Foundation. All rights reserved.