Uses of Interface
org.apache.flink.streaming.api.checkpoint.ExternallyInducedSource.CheckpointTrigger
-
Packages that use ExternallyInducedSource.CheckpointTrigger Package Description org.apache.flink.streaming.api.checkpoint -
-
Uses of ExternallyInducedSource.CheckpointTrigger in org.apache.flink.streaming.api.checkpoint
Methods in org.apache.flink.streaming.api.checkpoint with parameters of type ExternallyInducedSource.CheckpointTrigger Modifier and Type Method Description void
ExternallyInducedSource. setCheckpointTrigger(ExternallyInducedSource.CheckpointTrigger checkpointTrigger)
Deprecated.Sets the checkpoint trigger through which the source can trigger the checkpoint.
-