Class CfnApplication.CheckpointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.CheckpointConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.CheckpointConfigurationProperty
CfnApplication.CheckpointConfigurationProperty
-
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.kinesisanalyticsv2.CfnApplication.CheckpointConfigurationProperty
CfnApplication.CheckpointConfigurationProperty.Builder, CfnApplication.CheckpointConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.CheckpointConfigurationProperty.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 Object
Describes whether checkpointing is enabled for a Managed Service for Apache Flink application.final Number
Describes the interval in milliseconds between checkpoint operations.final String
Describes whether the application uses Managed Service for Apache Flink' default checkpointing behavior.final Number
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.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.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplication.CheckpointConfigurationProperty.Builder
.
-
-
Method Details
-
getConfigurationType
Description copied from interface:CfnApplication.CheckpointConfigurationProperty
Describes whether the application uses Managed Service for Apache Flink' default checkpointing behavior.You must set this property to
CUSTOM
in order to set theCheckpointingEnabled
,CheckpointInterval
, orMinPauseBetweenCheckpoints
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
- Specified by:
getConfigurationType
in interfaceCfnApplication.CheckpointConfigurationProperty
- See Also:
-
getCheckpointingEnabled
Description copied from interface:CfnApplication.CheckpointConfigurationProperty
Describes whether checkpointing is enabled for a Managed Service for Apache Flink application.If
CheckpointConfiguration.ConfigurationType
isDEFAULT
, the application will use aCheckpointingEnabled
value oftrue
, even if this value is set to another value using this API or in application code.- Specified by:
getCheckpointingEnabled
in interfaceCfnApplication.CheckpointConfigurationProperty
- See Also:
-
getCheckpointInterval
Description copied from interface:CfnApplication.CheckpointConfigurationProperty
Describes the interval in milliseconds between checkpoint operations.If
CheckpointConfiguration.ConfigurationType
isDEFAULT
, the application will use aCheckpointInterval
value of 60000, even if this value is set to another value using this API or in application code.- Specified by:
getCheckpointInterval
in interfaceCfnApplication.CheckpointConfigurationProperty
- See Also:
-
getMinPauseBetweenCheckpoints
Description copied from interface:CfnApplication.CheckpointConfigurationProperty
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.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.ConfigurationType
isDEFAULT
, the application will use aMinPauseBetweenCheckpoints
value of 5000, even if this value is set using this API or in application code.- Specified by:
getMinPauseBetweenCheckpoints
in interfaceCfnApplication.CheckpointConfigurationProperty
- See Also:
-
$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()
-