Package | Description |
---|---|
com.aliyun.odps |
提供操作ODPS基本资源的类
|
Modifier and Type | Method and Description |
---|---|
static VolumeFSFile |
VolumeFSFile.create(String project,
String path,
boolean isDir,
com.aliyun.odps.rest.RestClient client)
Create new file (Only support to create directory now)
|
static VolumeFSFile |
VolumeFSFile.getRoot(String project,
Odps odps)
Get a mocked root path
|
VolumeFSFile |
Volume.getVolumeFSFile(String path) |
static VolumeFSFile |
VolumeFSFile.transferVolumeToVolumeFSFile(String project,
Volume volume,
com.aliyun.odps.rest.RestClient client)
Transfer
Volume to VolumeFSFile |
VolumeFSFile |
VolumeFSFile.update(Map<String,String> param) |
Modifier and Type | Method and Description |
---|---|
Iterator<VolumeFSFile> |
VolumeFSFile.iterator() |
Copyright © 2025 Alibaba Cloud Computing. All rights reserved.