Uses of Class
org.talend.sdk.component.runtime.input.CheckpointState
Packages that use CheckpointState
-
Uses of CheckpointState in org.talend.sdk.component.runtime.input
Methods in org.talend.sdk.component.runtime.input that return CheckpointStateModifier and TypeMethodDescriptiondefault CheckpointStateInput.getCheckpoint()Retrieve the current checkpoint.InputImpl.getCheckpoint()Method parameters in org.talend.sdk.component.runtime.input with type arguments of type CheckpointStateModifier and TypeMethodDescriptiondefault voidInput.start(Consumer<CheckpointState> checkpointCallback) Start the input with a checkpoint callback feature and resuming state.voidInputImpl.start(Consumer<CheckpointState> checkpointCallback)