@Namespace(value="arrow::io") public static enum arrow.HdfsDriver extends Enum<arrow.HdfsDriver>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.HdfsDriver |
intern() |
String |
toString() |
static arrow.HdfsDriver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.HdfsDriver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.HdfsDriver LIBHDFS
public static final arrow.HdfsDriver LIBHDFS3
public static arrow.HdfsDriver[] values()
for (arrow.HdfsDriver c : arrow.HdfsDriver.values()) System.out.println(c);
public static arrow.HdfsDriver 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 arrow.HdfsDriver intern()
public String toString()
toString in class Enum<arrow.HdfsDriver>Copyright © 2020. All rights reserved.