FlinkApplicationConfigurationUpdate class
Describes updates to the configuration parameters for a Flink-based Kinesis Data Analytics application.
Constructors
- FlinkApplicationConfigurationUpdate.new({CheckpointConfigurationUpdate? checkpointConfigurationUpdate, MonitoringConfigurationUpdate? monitoringConfigurationUpdate, ParallelismConfigurationUpdate? parallelismConfigurationUpdate})
Properties
- checkpointConfigurationUpdate → CheckpointConfigurationUpdate?
-
Describes updates to an application's checkpointing configuration.
Checkpointing is the process of persisting application state for fault
tolerance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- monitoringConfigurationUpdate → MonitoringConfigurationUpdate?
-
Describes updates to the configuration parameters for Amazon CloudWatch
logging for an application.
final
- parallelismConfigurationUpdate → ParallelismConfigurationUpdate?
-
Describes updates to the parameters for how an application executes multiple
tasks simultaneously.
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