Package | Description |
---|---|
com.tencentcloudapi.emr.v20190103.models |
Modifier and Type | Method and Description |
---|---|
NodeResourceSpec |
AllNodeResourceSpec.getCommonResourceSpec()
Get The description of common nodes.
|
NodeResourceSpec |
AllNodeResourceSpec.getCoreResourceSpec()
Get The description of core nodes.
|
NodeResourceSpec |
AllNodeResourceSpec.getMasterResourceSpec()
Get The description of master nodes.
|
NodeResourceSpec |
ScaleOutClusterRequest.getResourceSpec()
Get The spec settings.
|
NodeResourceSpec |
AllNodeResourceSpec.getTaskResourceSpec()
Get The description of task nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
AllNodeResourceSpec.setCommonResourceSpec(NodeResourceSpec CommonResourceSpec)
Set The description of common nodes.
|
void |
AllNodeResourceSpec.setCoreResourceSpec(NodeResourceSpec CoreResourceSpec)
Set The description of core nodes.
|
void |
AllNodeResourceSpec.setMasterResourceSpec(NodeResourceSpec MasterResourceSpec)
Set The description of master nodes.
|
void |
ScaleOutClusterRequest.setResourceSpec(NodeResourceSpec ResourceSpec)
Set The spec settings.
|
void |
AllNodeResourceSpec.setTaskResourceSpec(NodeResourceSpec TaskResourceSpec)
Set The description of task nodes.
|
Constructor and Description |
---|
NodeResourceSpec(NodeResourceSpec 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.
|
Copyright © 2023. All rights reserved.