public static enum GoogleHadoopFileSystemBase.GlobAlgorithm extends Enum<GoogleHadoopFileSystemBase.GlobAlgorithm>
GoogleHadoopFileSystemConfiguration.GCS_GLOB_ALGORITHM.| Enum Constant and Description |
|---|
CONCURRENT |
DEFAULT |
FLAT |
| Modifier and Type | Method and Description |
|---|---|
static GoogleHadoopFileSystemBase.GlobAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleHadoopFileSystemBase.GlobAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleHadoopFileSystemBase.GlobAlgorithm CONCURRENT
public static final GoogleHadoopFileSystemBase.GlobAlgorithm DEFAULT
public static final GoogleHadoopFileSystemBase.GlobAlgorithm FLAT
public static GoogleHadoopFileSystemBase.GlobAlgorithm[] values()
for (GoogleHadoopFileSystemBase.GlobAlgorithm c : GoogleHadoopFileSystemBase.GlobAlgorithm.values()) System.out.println(c);
public static GoogleHadoopFileSystemBase.GlobAlgorithm 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. All rights reserved.