public class TCHouseXTaskParameter extends AbstractModel
header, skipSign
Constructor and Description |
---|
TCHouseXTaskParameter() |
TCHouseXTaskParameter(TCHouseXTaskParameter 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDriverCores()
Get DriverCPU核数
|
Long |
getExecutorCores()
Get ExecutorCPU核数
|
Long |
getNumExecutors()
Get Executor个数
|
void |
setDriverCores(Long DriverCores)
Set DriverCPU核数
|
void |
setExecutorCores(Long ExecutorCores)
Set ExecutorCPU核数
|
void |
setNumExecutors(Long NumExecutors)
Set Executor个数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TCHouseXTaskParameter()
public TCHouseXTaskParameter(TCHouseXTaskParameter source)
public Long getDriverCores()
public void setDriverCores(Long DriverCores)
DriverCores
- DriverCPU核数public Long getExecutorCores()
public void setExecutorCores(Long ExecutorCores)
ExecutorCores
- ExecutorCPU核数public Long getNumExecutors()
public void setNumExecutors(Long NumExecutors)
NumExecutors
- Executor个数Copyright © 2024. All rights reserved.