InputGlobalCheckpoint
data class InputGlobalCheckpoint(val sharedState: JsonNode?, val checkpointKey: CheckpointKey? = null, val streamStates: List<CheckpointMessage.Checkpoint> = emptyList(), val sourceRecordCount: Long? = null) : InputCheckpoint
Constructors
Link copied to clipboard
constructor(sharedState: JsonNode?, checkpointKey: CheckpointKey? = null, streamStates: List<CheckpointMessage.Checkpoint> = emptyList(), sourceRecordCount: Long? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeProtocolMessage(dataChannelFormat: DataChannelFormat = DataChannelFormat.JSONL, outputStream: OutputStream)