CheckpointConfigurationDescription class

Describes checkpointing parameters for a Flink-based Kinesis Data Analytics application.

Constructors

CheckpointConfigurationDescription({int? checkpointInterval, bool? checkpointingEnabled, ConfigurationType? configurationType, int? minPauseBetweenCheckpoints})
CheckpointConfigurationDescription.fromJson(Map<String, dynamic> json)
factory

Properties

checkpointingEnabled bool?
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
final
checkpointInterval int?
Describes the interval in milliseconds between checkpoint operations.
final
configurationType ConfigurationType?
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
final
hashCode int
The hash code for this object.
no setterinherited
minPauseBetweenCheckpoints int?
Describes 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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited