public class FileCommittableSerializer extends Object implements org.apache.flink.core.io.SimpleVersionedSerializer<org.apache.flink.table.store.table.sink.FileCommittable>
SimpleVersionedSerializer for FileCommittable.| 构造器和说明 |
|---|
FileCommittableSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.table.store.table.sink.FileCommittable |
deserialize(int version,
byte[] serialized) |
int |
getVersion() |
byte[] |
serialize(org.apache.flink.table.store.table.sink.FileCommittable obj) |
public int getVersion()
getVersion 在接口中 org.apache.flink.core.io.SimpleVersionedSerializer<org.apache.flink.table.store.table.sink.FileCommittable>getVersion 在接口中 org.apache.flink.core.io.Versionedpublic byte[] serialize(org.apache.flink.table.store.table.sink.FileCommittable obj)
throws IOException
serialize 在接口中 org.apache.flink.core.io.SimpleVersionedSerializer<org.apache.flink.table.store.table.sink.FileCommittable>IOExceptionpublic org.apache.flink.table.store.table.sink.FileCommittable deserialize(int version,
byte[] serialized)
throws IOException
deserialize 在接口中 org.apache.flink.core.io.SimpleVersionedSerializer<org.apache.flink.table.store.table.sink.FileCommittable>IOExceptionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.