| Package | Description |
|---|---|
| com.aliyun.odps |
提供操作ODPS基本资源的类
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volumes.get(String volumeName)
获得指定Volume信息
|
Volume |
Volumes.get(String projectName,
String volumeName)
获得指定Volume信息
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Volume> |
Volumes.iterator()
获取默认Project的所有Volume信息迭代器
|
Iterator<Volume> |
Volumes.iterator(String projectName)
获取Volume信息迭代器
|
Iterator<Volume> |
Volumes.iterator(String projectName,
VolumeFilter filter)
获取Volume信息迭代器
|
Iterator<Volume> |
Volumes.iterator(VolumeFilter filter)
获取Volume信息迭代器
|
| Modifier and Type | Method and Description |
|---|---|
static VolumeFSFile |
VolumeFSFile.transferVolumeToVolumeFSFile(String project,
Volume volume,
com.aliyun.odps.rest.RestClient client)
Transfer
Volume to VolumeFSFile |
Copyright © 2016 Alibaba Cloud Computing. All rights reserved.