@Stability(value=Experimental) @Internal public static final class ProcessorFeatures.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProcessorFeatures
ProcessorFeaturessoftware.amazon.jsii.JsiiObject.InitializationModeProcessorFeatures.Builder, ProcessorFeatures.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number coreCount,
Number threadsPerCore)
Constructor that initializes the object based on literal property values passed by the
ProcessorFeatures.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getCoreCount()
(experimental) The number of CPU core.
|
Number |
getThreadsPerCore()
(experimental) The number of threads per core.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number coreCount, Number threadsPerCore)
ProcessorFeatures.Builder.public final Number getCoreCount()
ProcessorFeaturesDefault: - the default number of CPU cores for the chosen instance class.
getCoreCount in interface ProcessorFeaturespublic final Number getThreadsPerCore()
ProcessorFeaturesDefault: - the default number of threads per core for the chosen instance class.
getThreadsPerCore in interface ProcessorFeatures@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.