Class FairshareSchedulingPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
FairshareSchedulingPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FairshareSchedulingPolicyProps
FairshareSchedulingPolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.FairshareSchedulingPolicyProps
FairshareSchedulingPolicyProps.Builder, FairshareSchedulingPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theFairshareSchedulingPolicyProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
Used to calculate the percentage of the maximum available vCPU to reserve for share identifiers not present in the Queue.final String
The name of this SchedulingPolicy.final Duration
The amount of time to use to measure the usage of each job.The shares that this Scheduling Policy applies to.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
-
Method Details
-
getComputeReservation
Description copied from interface:FairshareSchedulingPolicyProps
Used to calculate the percentage of the maximum available vCPU to reserve for share identifiers not present in the Queue.The percentage reserved is defined by the Scheduler as:
(computeReservation/100)^ActiveFairShares
whereActiveFairShares
is the number of active fair share identifiers.For example, a computeReservation value of 50 indicates that AWS Batch reserves 50% of the maximum available vCPU if there's only one fair share identifier. It reserves 25% if there are two fair share identifiers. It reserves 12.5% if there are three fair share identifiers.
A computeReservation value of 25 indicates that AWS Batch should reserve 25% of the maximum available vCPU if there's only one fair share identifier, 6.25% if there are two fair share identifiers, and 1.56% if there are three fair share identifiers.
Default: - no vCPU is reserved
- Specified by:
getComputeReservation
in interfaceFairshareSchedulingPolicyProps
-
getSchedulingPolicyName
Description copied from interface:FairshareSchedulingPolicyProps
The name of this SchedulingPolicy.Default: - generated by CloudFormation
- Specified by:
getSchedulingPolicyName
in interfaceFairshareSchedulingPolicyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-