Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
-
Packages that use GoogleCloudStorageOptions Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of GoogleCloudStorageOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as GoogleCloudStorageOptions Modifier and Type Field Description static GoogleCloudStorageOptionsGoogleCloudStorageOptions. DEFAULTMethods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageOptions Modifier and Type Method Description GoogleCloudStorageOptionsGoogleCloudStorageOptions.Builder. build()abstract GoogleCloudStorageOptionsGoogleCloudStorageFileSystemOptions. getCloudStorageOptions()GoogleCloudStorageOptionsForwardingGoogleCloudStorage. getOptions()GoogleCloudStorageOptionsGoogleCloudStorage. getOptions()Retrieve the options that were used to create this GoogleCloudStorage.GoogleCloudStorageOptionsGoogleCloudStorageImpl. getOptions()Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageOptions Modifier and Type Method Description abstract GoogleCloudStorageFileSystemOptions.BuilderGoogleCloudStorageFileSystemOptions.Builder. setCloudStorageOptions(GoogleCloudStorageOptions options)abstract GoogleCloudStorageClientImpl.BuilderGoogleCloudStorageClientImpl.Builder. setOptions(GoogleCloudStorageOptions options)abstract GoogleCloudStorageImpl.BuilderGoogleCloudStorageImpl.Builder. setOptions(GoogleCloudStorageOptions options)Constructor parameters in com.google.cloud.hadoop.gcsio with type arguments of type GoogleCloudStorageOptions Constructor Description GoogleCloudStorageFileSystemImpl(CheckedFunction<GoogleCloudStorageOptions,GoogleCloudStorage,IOException> gcsFn, GoogleCloudStorageFileSystemOptions options)Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying GoogleCloudStoragegcs. -
Uses of GoogleCloudStorageOptions in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing that return GoogleCloudStorageOptions Modifier and Type Method Description static GoogleCloudStorageOptionsInMemoryGoogleCloudStorage. getInMemoryGoogleCloudStorageOptions()GoogleCloudStorageOptionsInMemoryGoogleCloudStorage. getOptions()Constructors in com.google.cloud.hadoop.gcsio.testing with parameters of type GoogleCloudStorageOptions Constructor Description InMemoryGoogleCloudStorage(GoogleCloudStorageOptions storageOptions)InMemoryGoogleCloudStorage(GoogleCloudStorageOptions storageOptions, com.google.api.client.util.Clock clock)
-