public abstract class ExecutionEnvironment extends Object
| Constructor and Description |
|---|
ExecutionEnvironment(EnvironmentSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEnvironment |
create(EnvironmentSettings settings) |
com.aliyun.odps.rest.RestClient |
createHttpClient(String targetProject)
Create http client
|
Odps |
createOdpsClient()
Create odps client
|
String |
getServiceEndpoint()
Get service endpoint
|
EnvironmentSettings |
getSettings()
Get environment settings
|
abstract String |
getTunnelEndpoint(String targetProject)
Get tunnel endpoint
|
public ExecutionEnvironment(EnvironmentSettings settings)
public static ExecutionEnvironment create(EnvironmentSettings settings)
public String getServiceEndpoint()
public abstract String getTunnelEndpoint(String targetProject)
public EnvironmentSettings getSettings()
EnvironmentSettings.public com.aliyun.odps.rest.RestClient createHttpClient(String targetProject)
RestClient.Copyright © 2024 Alibaba Cloud Computing. All rights reserved.