public static final class SqlTimestampSerializer.SqlTimestampSerializerSnapshot extends Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>
TypeSerializerSnapshot for SqlTimestampSerializer.| 构造器和说明 |
|---|
SqlTimestampSerializerSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCurrentVersion() |
void |
readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<SqlTimestamp> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> newSerializer) |
org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> |
restoreSerializer() |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView out) |
public int getCurrentVersion()
getCurrentVersion 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>IOExceptionpublic void readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
throws IOException
readSnapshot 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> restoreSerializer()
restoreSerializer 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<SqlTimestamp> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> newSerializer)
resolveSchemaCompatibility 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SqlTimestamp>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.