Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemImpl.PathTypeHint
-
Packages that use GoogleCloudStorageFileSystemImpl.PathTypeHint Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageFileSystemImpl.PathTypeHint in com.google.cloud.hadoop.gcsio
Methods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageFileSystemImpl.PathTypeHint Modifier and Type Method Description static GoogleCloudStorageFileSystemImpl.PathTypeHintGoogleCloudStorageFileSystemImpl.PathTypeHint. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageFileSystemImpl.PathTypeHint[]GoogleCloudStorageFileSystemImpl.PathTypeHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageFileSystemImpl.PathTypeHint Modifier and Type Method Description FileInfoGoogleCloudStorageFileSystem. getFileInfoWithHint(URI path, GoogleCloudStorageFileSystemImpl.PathTypeHint pathTypeHint)Gets information about the given path item with hint providing the path type (file vs directory).FileInfoGoogleCloudStorageFileSystemImpl. getFileInfoWithHint(URI path, GoogleCloudStorageFileSystemImpl.PathTypeHint pathTypeHint)
-