| Package | Description |
|---|---|
| com.aliyun.odps |
提供操作ODPS基本资源的类
|
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.attach(Odps odps,
String sessionName)
attach 指定名字的 session
此调用会立即返回,不会等待 session 启动完成。 可以手动调用
waitForStart(long) 来等待启动。 |
static Session |
Session.attach(Odps odps,
String sessionName,
Map<String,String> hints)
attach 指定名字的 session
此调用会立即返回,不会等待 session 启动完成。 可以手动调用
waitForStart(long) 来等待启动。 |
static Session |
Session.attach(Odps odps,
String sessionName,
Map<String,String> hints,
Long timeout)
attach 指定名字的 session
|
static Session |
Session.attach(Odps odps,
String sessionName,
Map<String,String> hints,
Long timeout,
String taskName)
attach 指定名字的 session
|
static Session |
Session.attach(Odps odps,
String sessionName,
Map<String,String> hints,
Long timeout,
String runningCluster,
String taskName)
attach 指定名字的 session
|
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory)
创建 session
此调用会立即返回,不会等待 session 启动完成。 可以手动调用
waitForStart(long) 来等待启动。 |
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory,
String sessionName)
创建 session
此调用会立即返回,不会等待 session 启动完成。 可以手动调用
waitForStart(long) 来等待启动。 |
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory,
String sessionName,
String projectName,
String workerSpareSpan,
Map<String,String> hints,
Long timeout)
创建 session
|
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory,
String sessionName,
String projectName,
String workerSpareSpan,
Map<String,String> hints,
Long timeout,
Integer priority)
创建 session
|
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory,
String sessionName,
String projectName,
String workerSpareSpan,
Map<String,String> hints,
Long timeout,
Integer priority,
String runningCluster)
创建 session
|
static Session |
Session.create(Odps odps,
int workerCount,
int workerMemory,
String sessionName,
String projectName,
String workerSpareSpan,
Map<String,String> hints,
Long timeout,
Integer priority,
String runningCluster,
String taskName)
创建 session
|
static Session |
Session.create(Odps odps,
String sessionName,
String projectName,
Map<String,String> hints,
Long timeout)
创建 session
|
static Session |
Session.create(Odps odps,
String sessionName,
String projectName,
Map<String,String> hints,
Long timeout,
Integer priority)
创建 session
|
static Session |
Session.create(Odps odps,
String sessionName,
String projectName,
Map<String,String> hints,
Long timeout,
Integer priority,
String runningCluster)
创建 session
|
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.