| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions.Builder |
PerformanceCachingGoogleCloudStorageOptions.builder() |
PerformanceCachingGoogleCloudStorageOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.getPerformanceCachingOptionsBuilder()
Gets the stored
PerformanceCachingGoogleCloudStorageOptions.Builder. |
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
PerformanceCachingGoogleCloudStorageOptions.Builder.setDirMetadataPrefetchLimit(long dirMetadataPrefetchLimit)
Deprecated.
|
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
PerformanceCachingGoogleCloudStorageOptions.Builder.setListCachingEnabled(boolean listCachingEnabled)
Setting for enabling list caching.
|
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
PerformanceCachingGoogleCloudStorageOptions.Builder.setMaxEntryAgeMillis(long maxEntryAgeMillis)
Sets the max age of an item in cache in milliseconds.
|
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
PerformanceCachingGoogleCloudStorageOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setPerformanceCachingOptionsBuilder(PerformanceCachingGoogleCloudStorageOptions.Builder performanceCacheOptionsBuilder)
Mutually exclusive with setImmutablePerformanceCachingOptions; if setting this builder, then
any subsequent changes made to the inner PerformanceCaching options builder will be reflected
at the time PerformanceCachingGoogleCloudStorageOptions.Builder.build() is called.
|
Copyright © 2019. All rights reserved.