Package com.google.cloud.hadoop.gcsio
Class PerformanceCachingGoogleCloudStorageOptions
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
-
public abstract class PerformanceCachingGoogleCloudStorageOptions extends Object
Configurable options forPerformanceCachingGoogleCloudStorage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPerformanceCachingGoogleCloudStorageOptions.BuilderBuilder class for PerformanceCachingGoogleCloudStorageOptions.
-
Field Summary
Fields Modifier and Type Field Description static PerformanceCachingGoogleCloudStorageOptionsDEFAULT
-
Constructor Summary
Constructors Constructor Description PerformanceCachingGoogleCloudStorageOptions()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PerformanceCachingGoogleCloudStorageOptions.Builderbuilder()abstract DurationgetMaxEntryAge()Gets the max age of an item in cache in milliseconds.abstract PerformanceCachingGoogleCloudStorageOptions.BuildertoBuilder()
-
-
-
Field Detail
-
DEFAULT
public static final PerformanceCachingGoogleCloudStorageOptions DEFAULT
-
-
Method Detail
-
builder
public static PerformanceCachingGoogleCloudStorageOptions.Builder builder()
-
toBuilder
public abstract PerformanceCachingGoogleCloudStorageOptions.Builder toBuilder()
-
getMaxEntryAge
public abstract Duration getMaxEntryAge()
Gets the max age of an item in cache in milliseconds.
-
-