Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
CacheOptionEnum |
GetObjectRequest.getCacheOption()
获取预读缓存的控制选项
|
CacheOptionEnum |
DownloadFileRequest.getCacheOption()
获取预读缓存的控制选项
|
CacheOptionEnum |
ReadAheadRequest.getCacheOption()
获取预读缓存的控制选项
|
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 |
GetObjectRequest.setCacheOption(CacheOptionEnum cacheOption)
设置预读缓存的控制选项
|
void |
DownloadFileRequest.setCacheOption(CacheOptionEnum cacheOption)
设置预读缓存的控制选项
|
void |
ReadAheadRequest.setCacheOption(CacheOptionEnum cacheOption)
设置预读缓存的控制选项
|
Constructor and Description |
---|
ReadAheadRequest(String bucketName,
String prefix,
CacheOptionEnum cacheOption,
long ttl)
构造函数
|
Copyright © 2021. All rights reserved.