Uses of Class
com.tencentcloudapi.dlc.v20210125.models.CreateSparkSessionBatchSQLRequest
-
Packages that use CreateSparkSessionBatchSQLRequest Package Description com.tencentcloudapi.dlc.v20210125 com.tencentcloudapi.dlc.v20210125.models -
-
Uses of CreateSparkSessionBatchSQLRequest in com.tencentcloudapi.dlc.v20210125
Methods in com.tencentcloudapi.dlc.v20210125 with parameters of type CreateSparkSessionBatchSQLRequest Modifier and Type Method Description CreateSparkSessionBatchSQLResponse
DlcClient. CreateSparkSessionBatchSQL(CreateSparkSessionBatchSQLRequest req)
本接口(CreateSparkSessionBatchSQL)用于向Spark作业引擎提交Spark SQL批任务。 -
Uses of CreateSparkSessionBatchSQLRequest in com.tencentcloudapi.dlc.v20210125.models
Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type CreateSparkSessionBatchSQLRequest Constructor Description CreateSparkSessionBatchSQLRequest(CreateSparkSessionBatchSQLRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-