@Internal public class SinkV1CommittableDeserializer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAGIC_NUMBER
It is important to keep this number consistent with the number used by the
StreamingCommitterStateSerializer in Flink 1.13 and 1.14. |
| Constructor and Description |
|---|
SinkV1CommittableDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
readVersionAndDeserializeList(org.apache.flink.core.io.SimpleVersionedSerializer<T> serializer,
org.apache.flink.core.memory.DataInputView in) |
@VisibleForTesting public static final int MAGIC_NUMBER
StreamingCommitterStateSerializer in Flink 1.13 and 1.14.public static <T> List<T> readVersionAndDeserializeList(org.apache.flink.core.io.SimpleVersionedSerializer<T> serializer, org.apache.flink.core.memory.DataInputView in) throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.