| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfiguration |
CheckpointConfiguration.clone() |
CheckpointConfiguration |
FlinkApplicationConfiguration.getCheckpointConfiguration()
Describes an application's checkpointing configuration.
|
CheckpointConfiguration |
CheckpointConfiguration.withCheckpointingEnabled(Boolean checkpointingEnabled)
Describes whether checkpointing is enabled for a Managed Service for Apache Flink application.
|
CheckpointConfiguration |
CheckpointConfiguration.withCheckpointInterval(Long checkpointInterval)
Describes the interval in milliseconds between checkpoint operations.
|
CheckpointConfiguration |
CheckpointConfiguration.withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses Managed Service for Apache Flink' default checkpointing behavior.
|
CheckpointConfiguration |
CheckpointConfiguration.withConfigurationType(String configurationType)
Describes whether the application uses Managed Service for Apache Flink' default checkpointing behavior.
|
CheckpointConfiguration |
CheckpointConfiguration.withMinPauseBetweenCheckpoints(Long minPauseBetweenCheckpoints)
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation
can start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlinkApplicationConfiguration.setCheckpointConfiguration(CheckpointConfiguration checkpointConfiguration)
Describes an application's checkpointing configuration.
|
FlinkApplicationConfiguration |
FlinkApplicationConfiguration.withCheckpointConfiguration(CheckpointConfiguration checkpointConfiguration)
Describes an application's checkpointing configuration.
|
Copyright © 2024. All rights reserved.