public abstract class PerformanceCachingGoogleCloudStorageOptions
extends java.lang.Object
PerformanceCachingGoogleCloudStorage.| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceCachingGoogleCloudStorageOptions.Builder
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
| Modifier and Type | Field and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions |
DEFAULT |
static long |
DIR_METADATA_PREFETCH_LIMIT_DEFAULT
Deprecated.
|
static boolean |
LIST_CACHING_ENABLED
Flag to enable list caching.
|
static long |
MAX_ENTRY_AGE_MILLIS_DEFAULT
Max age of an item in cache in milliseconds.
|
| Constructor and Description |
|---|
PerformanceCachingGoogleCloudStorageOptions() |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions.Builder |
builder() |
abstract long |
getDirMetadataPrefetchLimit()
Deprecated.
|
abstract long |
getMaxEntryAgeMillis()
Gets the max age of an item in cache in milliseconds.
|
abstract boolean |
isListCachingEnabled()
Gets if list caching is enabled.
|
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
toBuilder() |
public static final long MAX_ENTRY_AGE_MILLIS_DEFAULT
public static final boolean LIST_CACHING_ENABLED
@Deprecated public static final long DIR_METADATA_PREFETCH_LIMIT_DEFAULT
public static final PerformanceCachingGoogleCloudStorageOptions DEFAULT
public PerformanceCachingGoogleCloudStorageOptions()
public static PerformanceCachingGoogleCloudStorageOptions.Builder builder()
public abstract long getMaxEntryAgeMillis()
public abstract boolean isListCachingEnabled()
@Deprecated public abstract long getDirMetadataPrefetchLimit()
public abstract PerformanceCachingGoogleCloudStorageOptions.Builder toBuilder()
Copyright © 2019. All rights reserved.