FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clear() |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearCachePath() |
Path at which the cache files will be stored.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearCacheSubdivisions() |
A number of folders into which to subdivide the cache.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearCreateCachePath() |
If true, and the cache path does not exist, attempt to create the cache path, including
any missing directories leading up to it.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearEvictFraction() |
The amount of the maximum cache size or count to evict when cache eviction is
triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearManagerConfig() |
Configuration of a manager for how the file system is used asynchronously.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearMaxCacheEntryCount() |
The maximum number of cache entries - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearMaxCacheSizeBytes() |
The maximum size of the cache in bytes - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearMaxEvictionPeriod() |
The longest amount of time to wait before running a cache eviction pass.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearMaxIndividualCacheEntrySizeBytes() |
The maximum size of a cache entry in bytes - larger responses will not be cached.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearMinEvictionPeriod() |
The shortest amount of time between cache eviction passes.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.clone() |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeFrom(FileSystemHttpCacheConfig other) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeManagerConfig(AsyncFileManagerConfig value) |
Configuration of a manager for how the file system is used asynchronously.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeMaxCacheEntryCount(com.google.protobuf.UInt64Value value) |
The maximum number of cache entries - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeMaxCacheSizeBytes(com.google.protobuf.UInt64Value value) |
The maximum size of the cache in bytes - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeMaxEvictionPeriod(com.google.protobuf.Duration value) |
The longest amount of time to wait before running a cache eviction pass.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeMaxIndividualCacheEntrySizeBytes(com.google.protobuf.UInt64Value value) |
The maximum size of a cache entry in bytes - larger responses will not be cached.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeMinEvictionPeriod(com.google.protobuf.Duration value) |
The shortest amount of time between cache eviction passes.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.newBuilder() |
|
static FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.newBuilder(FileSystemHttpCacheConfig prototype) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.newBuilderForType() |
|
protected FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setCachePath(String value) |
Path at which the cache files will be stored.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setCachePathBytes(com.google.protobuf.ByteString value) |
Path at which the cache files will be stored.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setCacheSubdivisions(int value) |
A number of folders into which to subdivide the cache.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setCreateCachePath(boolean value) |
If true, and the cache path does not exist, attempt to create the cache path, including
any missing directories leading up to it.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setEvictFraction(float value) |
The amount of the maximum cache size or count to evict when cache eviction is
triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setManagerConfig(AsyncFileManagerConfig value) |
Configuration of a manager for how the file system is used asynchronously.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setManagerConfig(AsyncFileManagerConfig.Builder builderForValue) |
Configuration of a manager for how the file system is used asynchronously.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxCacheEntryCount(com.google.protobuf.UInt64Value value) |
The maximum number of cache entries - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxCacheEntryCount(com.google.protobuf.UInt64Value.Builder builderForValue) |
The maximum number of cache entries - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxCacheSizeBytes(com.google.protobuf.UInt64Value value) |
The maximum size of the cache in bytes - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxCacheSizeBytes(com.google.protobuf.UInt64Value.Builder builderForValue) |
The maximum size of the cache in bytes - when reached, cache eviction is triggered.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxEvictionPeriod(com.google.protobuf.Duration value) |
The longest amount of time to wait before running a cache eviction pass.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxEvictionPeriod(com.google.protobuf.Duration.Builder builderForValue) |
The longest amount of time to wait before running a cache eviction pass.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxIndividualCacheEntrySizeBytes(com.google.protobuf.UInt64Value value) |
The maximum size of a cache entry in bytes - larger responses will not be cached.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMaxIndividualCacheEntrySizeBytes(com.google.protobuf.UInt64Value.Builder builderForValue) |
The maximum size of a cache entry in bytes - larger responses will not be cached.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMinEvictionPeriod(com.google.protobuf.Duration value) |
The shortest amount of time between cache eviction passes.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setMinEvictionPeriod(com.google.protobuf.Duration.Builder builderForValue) |
The shortest amount of time between cache eviction passes.
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FileSystemHttpCacheConfig.Builder |
FileSystemHttpCacheConfig.toBuilder() |
|