Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
CacheOptionEnum |
ReadAheadRequest.getCacheOption()
Obtain the control option of the read-ahead cache.
|
CacheOptionEnum |
GetObjectRequest.getCacheOption()
Obtain the control option of the read-ahead cache.
|
CacheOptionEnum |
DownloadFileRequest.getCacheOption()
Obtain the control option of the read-ahead cache.
|
static CacheOptionEnum |
CacheOptionEnum.getValueFromCode(String code) |
static CacheOptionEnum |
CacheOptionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOptionEnum[] |
CacheOptionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadAheadRequest.setCacheOption(CacheOptionEnum cacheOption)
Set the control option of the read-ahead cache.
|
void |
GetObjectRequest.setCacheOption(CacheOptionEnum cacheOption)
Set the control option of the read-ahead cache.
|
void |
DownloadFileRequest.setCacheOption(CacheOptionEnum cacheOption)
Set the control option of the read-ahead cache.
|
Constructor and Description |
---|
ReadAheadRequest(String bucketName,
String prefix,
CacheOptionEnum cacheOption,
long ttl)
Constructor
|
Copyright © 2019. All rights reserved.