Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
-
Packages that use GoogleCloudStorageFileSystemOptions Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageFileSystemOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as GoogleCloudStorageFileSystemOptions Modifier and Type Field Description static GoogleCloudStorageFileSystemOptionsGoogleCloudStorageFileSystemOptions. DEFAULTMethods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageFileSystemOptions Modifier and Type Method Description abstract GoogleCloudStorageFileSystemOptionsGoogleCloudStorageFileSystemOptions.Builder. build()GoogleCloudStorageFileSystemOptionsGoogleCloudStorageFileSystem. getOptions()Retrieve the options that were used to create this GoogleCloudStorageFileSystem.GoogleCloudStorageFileSystemOptionsGoogleCloudStorageFileSystemImpl. getOptions()Constructors in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageFileSystemOptions Constructor Description GoogleCloudStorageFileSystemImpl(com.google.auth.Credentials credentials, GoogleCloudStorageFileSystemOptions options)Constructs an instance of GoogleCloudStorageFileSystem.GoogleCloudStorageFileSystemImpl(com.google.auth.Credentials credentials, Function<List<AccessBoundary>,String> downscopedAccessTokenFn, GoogleCloudStorageFileSystemOptions options)Constructs an instance of GoogleCloudStorageFileSystem.GoogleCloudStorageFileSystemImpl(GoogleCloudStorage gcs, GoogleCloudStorageFileSystemOptions options)GoogleCloudStorageFileSystemImpl(CheckedFunction<GoogleCloudStorageOptions,GoogleCloudStorage,IOException> gcsFn, GoogleCloudStorageFileSystemOptions options)Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying GoogleCloudStoragegcs.
-