| Package | Description |
|---|---|
| org.apache.paimon.flink.compact.changelog |
| Modifier and Type | Method and Description |
|---|---|
ChangelogCompactTask |
ChangelogCompactTaskSerializer.deserialize(int version,
byte[] serialized) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializer<ChangelogCompactTask> |
ChangelogTaskTypeInfo.createSerializer(org.apache.flink.api.common.ExecutionConfig config)
Do not annotate with
@override here to maintain compatibility with Flink 2.0+. |
org.apache.flink.api.common.typeutils.TypeSerializer<ChangelogCompactTask> |
ChangelogTaskTypeInfo.createSerializer(SerializerConfig serializerConfig)
Do not annotate with
@override here to maintain compatibility with Flink 1.18-. |
Class<ChangelogCompactTask> |
ChangelogTaskTypeInfo.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ChangelogCompactTaskSerializer.serialize(ChangelogCompactTask obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangelogCompactWorkerOperator.processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.types.Either<Committable,ChangelogCompactTask>> record) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.