Uses of Class
com.tencentcloudapi.emr.v20190103.models.ScaleOutNodeConfig
-
Packages that use ScaleOutNodeConfig Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of ScaleOutNodeConfig in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return ScaleOutNodeConfig Modifier and Type Method Description ScaleOutNodeConfig
ScaleOutClusterRequest. getScaleOutNodeConfig()
Get 扩容节点类型以及数量Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type ScaleOutNodeConfig Modifier and Type Method Description void
ScaleOutClusterRequest. setScaleOutNodeConfig(ScaleOutNodeConfig ScaleOutNodeConfig)
Set 扩容节点类型以及数量Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type ScaleOutNodeConfig Constructor Description ScaleOutNodeConfig(ScaleOutNodeConfig 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.
-