Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ComputeLimits |
ComputeLimits.clone() |
ComputeLimits |
ManagedScalingPolicy.getComputeLimits()
The Amazon EC2 unit limits for a managed scaling policy.
|
ComputeLimits |
ComputeLimits.withMaximumCapacityUnits(Integer maximumCapacityUnits)
The upper boundary of Amazon EC2 units.
|
ComputeLimits |
ComputeLimits.withMaximumCoreCapacityUnits(Integer maximumCoreCapacityUnits)
The upper boundary of Amazon EC2 units for core node type in a cluster.
|
ComputeLimits |
ComputeLimits.withMaximumOnDemandCapacityUnits(Integer maximumOnDemandCapacityUnits)
The upper boundary of On-Demand Amazon EC2 units.
|
ComputeLimits |
ComputeLimits.withMinimumCapacityUnits(Integer minimumCapacityUnits)
The lower boundary of Amazon EC2 units.
|
ComputeLimits |
ComputeLimits.withUnitType(ComputeLimitsUnitType unitType)
The unit type used for specifying a managed scaling policy.
|
ComputeLimits |
ComputeLimits.withUnitType(String unitType)
The unit type used for specifying a managed scaling policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedScalingPolicy.setComputeLimits(ComputeLimits computeLimits)
The Amazon EC2 unit limits for a managed scaling policy.
|
ManagedScalingPolicy |
ManagedScalingPolicy.withComputeLimits(ComputeLimits computeLimits)
The Amazon EC2 unit limits for a managed scaling policy.
|
Copyright © 2023. All rights reserved.