@Stability(value=Stable) @Internal public static final class CfnApplication.CheckpointConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.CheckpointConfigurationProperty
CfnApplication.CheckpointConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplication.CheckpointConfigurationProperty.Builder, CfnApplication.CheckpointConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplication.CheckpointConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplication.ApplicationCodeConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCheckpointingEnabled()
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
|
Number |
getCheckpointInterval()
Describes the interval in milliseconds between checkpoint operations.
|
String |
getConfigurationType()
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior.
|
Number |
getMinPauseBetweenCheckpoints()
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
|
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(CfnApplication.CheckpointConfigurationProperty.Builder builder)
CfnApplication.ApplicationCodeConfigurationProperty.Builder.public final String getConfigurationType()
CfnApplication.CheckpointConfigurationProperty
You must set this property to CUSTOM in order to set the CheckpointingEnabled , CheckpointInterval , or MinPauseBetweenCheckpoints parameters.
If this value is set to
DEFAULT, the application will use the following values, even if they are set to other values using APIs or application code:
- CheckpointingEnabled: true
- CheckpointInterval: 60000
- MinPauseBetweenCheckpoints: 5000
getConfigurationType in interface CfnApplication.CheckpointConfigurationPropertypublic final Object getCheckpointingEnabled()
CfnApplication.CheckpointConfigurationProperty
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointingEnabledvalue oftrue, even if this value is set to another value using this API or in application code.
getCheckpointingEnabled in interface CfnApplication.CheckpointConfigurationPropertypublic final Number getCheckpointInterval()
CfnApplication.CheckpointConfigurationProperty
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointIntervalvalue of 60000, even if this value is set to another value using this API or in application code.
getCheckpointInterval in interface CfnApplication.CheckpointConfigurationPropertypublic final Number getMinPauseBetweenCheckpoints()
CfnApplication.CheckpointConfigurationProperty
If a checkpoint operation takes longer than the CheckpointInterval , the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation .
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aMinPauseBetweenCheckpointsvalue of 5000, even if this value is set using this API or in application code.
getMinPauseBetweenCheckpoints in interface CfnApplication.CheckpointConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.