| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions |
PerformanceCachingGoogleCloudStorageOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
PerformanceCachingGoogleCloudStorageOptions |
PerformanceCachingGoogleCloudStorageOptions.Builder.build() |
PerformanceCachingGoogleCloudStorageOptions |
GoogleCloudStorageFileSystemOptions.getPerformanceCacheOptions() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setImmutablePerformanceCachingOptions(PerformanceCachingGoogleCloudStorageOptions immutablePerformanceCacheOptions)
Mutually exclusive with setPerformanceCachingOptionsBuilder If this is called after calling
setPerformanceCachingOptionsBuilder, then the previous value of the
performanceCacheOptionsBuilder is discarded, in the same way setting other single-element
fields is overridden by the last call to the builder.
|
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions(PerformanceCachingGoogleCloudStorageOptions performanceCacheOptions,
boolean performanceCacheEnabled,
GoogleCloudStorageOptions cloudStorageOptions,
GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate shouldIncludeInTimestampUpdatesPredicate,
PathCodec pathCodec,
boolean enableBucketDelete,
java.lang.String markerFilePattern,
boolean statusParallelEnabled) |
PerformanceCachingGoogleCloudStorage(GoogleCloudStorage delegate,
PerformanceCachingGoogleCloudStorageOptions options)
Creates a wrapper around a GoogleCloudStorage instance, caching calls that create, update,
remove, and query for GoogleCloudStorageItemInfo.
|
Copyright © 2019. All rights reserved.