Uses of Class
com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
-
Packages that use GoogleHadoopFileSystem.GlobAlgorithm Package Description com.google.cloud.hadoop.fs.gcs -
-
Uses of GoogleHadoopFileSystem.GlobAlgorithm in com.google.cloud.hadoop.fs.gcs
Fields in com.google.cloud.hadoop.fs.gcs with type parameters of type GoogleHadoopFileSystem.GlobAlgorithm Modifier and Type Field Description static HadoopConfigurationProperty<GoogleHadoopFileSystem.GlobAlgorithm>
GoogleHadoopFileSystemConfiguration. GCS_GLOB_ALGORITHM
Configuration key for customizing glob search algorithm.Methods in com.google.cloud.hadoop.fs.gcs that return GoogleHadoopFileSystem.GlobAlgorithm Modifier and Type Method Description static GoogleHadoopFileSystem.GlobAlgorithm
GoogleHadoopFileSystem.GlobAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleHadoopFileSystem.GlobAlgorithm[]
GoogleHadoopFileSystem.GlobAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-