Uses of Class
com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
-
Packages that use GoogleHadoopFileSystem.GcsFileChecksumType Package Description com.google.cloud.hadoop.fs.gcs -
-
Uses of GoogleHadoopFileSystem.GcsFileChecksumType in com.google.cloud.hadoop.fs.gcs
Fields in com.google.cloud.hadoop.fs.gcs with type parameters of type GoogleHadoopFileSystem.GcsFileChecksumType Modifier and Type Field Description static HadoopConfigurationProperty<GoogleHadoopFileSystem.GcsFileChecksumType>GoogleHadoopFileSystemConfiguration. GCS_FILE_CHECKSUM_TYPEConfiguration key for which type of FileChecksum to return; if a particular file doesn't support the requested type, then getFileChecksum() will return null for that file.Methods in com.google.cloud.hadoop.fs.gcs that return GoogleHadoopFileSystem.GcsFileChecksumType Modifier and Type Method Description static GoogleHadoopFileSystem.GcsFileChecksumTypeGoogleHadoopFileSystem.GcsFileChecksumType. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleHadoopFileSystem.GcsFileChecksumType[]GoogleHadoopFileSystem.GcsFileChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-