| Package | Description |
|---|---|
| com.aliyun.odps |
提供操作ODPS基本资源的类
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Projects.get()
获得默认
Project对象 |
Project |
Projects.get(String projectName)
获取指定
Project |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Project> |
Projects.iterable(String owner)
获取 Project 列表的 iterable 接口
|
Iterator<Project> |
Projects.iterator(String owner)
获取 Project 列表
|
Iterator<Project> |
Projects.iteratorByFilter(ProjectFilter filter) |
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.