Method | Description | |
---|---|---|
JobFlowInstancesDetail ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
JobFlowInstancesDetail ( string masterInstanceType, string slaveInstanceType, int instanceCount ) : System |
Instantiates JobFlowInstancesDetail with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetEc2KeyName ( ) : bool | ||
IsSetEc2SubnetId ( ) : bool | ||
IsSetHadoopVersion ( ) : bool | ||
IsSetInstanceCount ( ) : bool | ||
IsSetInstanceGroups ( ) : bool | ||
IsSetKeepJobFlowAliveWhenNoSteps ( ) : bool | ||
IsSetMasterInstanceId ( ) : bool | ||
IsSetMasterInstanceType ( ) : bool | ||
IsSetMasterPublicDnsName ( ) : bool | ||
IsSetNormalizedInstanceHours ( ) : bool | ||
IsSetPlacement ( ) : bool | ||
IsSetSlaveInstanceType ( ) : bool | ||
IsSetTerminationProtected ( ) : bool |
public JobFlowInstancesDetail ( string masterInstanceType, string slaveInstanceType, int instanceCount ) : System | ||
masterInstanceType | string | The Amazon EC2 master node instance type. |
slaveInstanceType | string | The Amazon EC2 slave node instance type. |
instanceCount | int | The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes. |
return | System |