CheckpointConfigurationUpdate class
Describes updates to the checkpointing parameters for a Flink-based Kinesis Data Analytics application.
Constructors
- CheckpointConfigurationUpdate({int? checkpointIntervalUpdate, bool? checkpointingEnabledUpdate, ConfigurationType? configurationTypeUpdate, int? minPauseBetweenCheckpointsUpdate})
Properties
- checkpointingEnabledUpdate → bool?
-
Describes updates to whether checkpointing is enabled for an application.
final
- checkpointIntervalUpdate → int?
-
Describes updates to the interval in milliseconds between checkpoint
operations.
final
- configurationTypeUpdate → ConfigurationType?
-
Describes updates to whether the application uses the default checkpointing
behavior of Kinesis Data Analytics. You must set this property to
CUSTOM
in order to set theCheckpointingEnabled
,CheckpointInterval
, orMinPauseBetweenCheckpoints
parameters.final - hashCode → int
-
The hash code for this object.
no setterinherited
- minPauseBetweenCheckpointsUpdate → int?
-
Describes updates to the minimum time in milliseconds after a checkpoint
operation completes that a new checkpoint operation can start.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited