Uses of Class
com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
-
Packages that use PerformanceCachingGoogleCloudStorageOptions Package Description com.google.cloud.hadoop.gcsio -
-
Uses of PerformanceCachingGoogleCloudStorageOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as PerformanceCachingGoogleCloudStorageOptions Modifier and Type Field Description static PerformanceCachingGoogleCloudStorageOptionsPerformanceCachingGoogleCloudStorageOptions. DEFAULTMethods in com.google.cloud.hadoop.gcsio that return PerformanceCachingGoogleCloudStorageOptions Modifier and Type Method Description abstract PerformanceCachingGoogleCloudStorageOptionsPerformanceCachingGoogleCloudStorageOptions.Builder. build()abstract PerformanceCachingGoogleCloudStorageOptionsGoogleCloudStorageFileSystemOptions. getPerformanceCacheOptions()Methods in com.google.cloud.hadoop.gcsio with parameters of type PerformanceCachingGoogleCloudStorageOptions Modifier and Type Method Description abstract GoogleCloudStorageFileSystemOptions.BuilderGoogleCloudStorageFileSystemOptions.Builder. setPerformanceCacheOptions(PerformanceCachingGoogleCloudStorageOptions options)Constructors in com.google.cloud.hadoop.gcsio with parameters of type PerformanceCachingGoogleCloudStorageOptions Constructor Description PerformanceCachingGoogleCloudStorage(GoogleCloudStorage delegate, PerformanceCachingGoogleCloudStorageOptions options)Creates a wrapper around a GoogleCloudStorage instance, caching calls that create, update, remove, and query for GoogleCloudStorageItemInfo.
-