| 程序包 | 说明 |
|---|---|
| com.obs.services.model |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheOptionEnum |
GetObjectRequest.getCacheOption()
Obtain the control option of the read-ahead cache.
|
CacheOptionEnum |
ReadAheadRequest.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)
返回带有指定名称的该类型的枚举常量。
|
static CacheOptionEnum[] |
CacheOptionEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GetObjectRequest.setCacheOption(CacheOptionEnum cacheOption)
Set the control option of the read-ahead cache.
|
void |
ReadAheadRequest.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.
|
| 构造器和说明 |
|---|
ReadAheadRequest(String bucketName,
String prefix,
CacheOptionEnum cacheOption,
long ttl)
Constructor
|
Copyright © 2021. All rights reserved.