Package | Description |
---|---|
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
static SubmitFlinkSqlJobRequest.JobTypeEnum |
SubmitFlinkSqlJobRequest.JobTypeEnum.fromValue(String text) |
SubmitFlinkSqlJobRequest.JobTypeEnum |
SubmitFlinkSqlJobRequest.getJobType()
作业类型, run_mode为edge_node时, 作业类型须为flink_sql_edge_job, run_mode为shared_cluster跟exclusive_cluster时, 作业类型须为flink_sql_job
|
SubmitFlinkSqlJobRequest.JobTypeEnum |
SubmitFlinkSqlJobRequest.JobTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SubmitFlinkSqlJobRequest.JobTypeEnum |
SubmitFlinkSqlJobRequest.JobTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubmitFlinkSqlJobRequest.JobTypeEnum[] |
SubmitFlinkSqlJobRequest.JobTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SubmitFlinkSqlJobRequest |
SubmitFlinkSqlJobRequest.jobType(SubmitFlinkSqlJobRequest.JobTypeEnum jobType) |
void |
SubmitFlinkSqlJobRequest.setJobType(SubmitFlinkSqlJobRequest.JobTypeEnum jobType) |
void |
SubmitFlinkSqlJobRequest.JobTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SubmitFlinkSqlJobRequest.JobTypeEnum enumeration) |
Copyright © 2023. All rights reserved.