public static enum LlapBaseRecordReader.ReaderEvent.EventType extends Enum<LlapBaseRecordReader.ReaderEvent.EventType>
| Modifier and Type | Method and Description |
|---|---|
static LlapBaseRecordReader.ReaderEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapBaseRecordReader.ReaderEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapBaseRecordReader.ReaderEvent.EventType DONE
public static final LlapBaseRecordReader.ReaderEvent.EventType ERROR
public static LlapBaseRecordReader.ReaderEvent.EventType[] values()
for (LlapBaseRecordReader.ReaderEvent.EventType c : LlapBaseRecordReader.ReaderEvent.EventType.values()) System.out.println(c);
public static LlapBaseRecordReader.ReaderEvent.EventType 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 © 2024 The Apache Software Foundation. All rights reserved.