IntervalJoinOperator.BufferEntrySerializerSnapshot
.@Deprecated public static class IntervalJoinOperator.BufferSerializerConfigSnapshot<T> extends CompositeTypeSerializerConfigSnapshot<IntervalJoinOperator.BufferEntry<T>>
configuration
of our serializer.TypeSerializerConfigSnapshot.SelfResolvingTypeSerializer<E>
Constructor and Description |
---|
BufferSerializerConfigSnapshot()
Deprecated.
|
BufferSerializerConfigSnapshot(TypeSerializer<T> userTypeSerializer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getVersion()
Deprecated.
Returns the version number of the object.
|
TypeSerializerSchemaCompatibility<IntervalJoinOperator.BufferEntry<T>> |
resolveSchemaCompatibility(TypeSerializer<IntervalJoinOperator.BufferEntry<T>> newSerializer)
Deprecated.
Checks a new serializer's compatibility to read data written by the prior serializer.
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, write
getCurrentVersion, getUserCodeClassLoader, readSnapshot, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshot
getCompatibleVersions, getReadVersion
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public BufferSerializerConfigSnapshot()
public BufferSerializerConfigSnapshot(TypeSerializer<T> userTypeSerializer)
public int getVersion()
Versioned
public TypeSerializerSchemaCompatibility<IntervalJoinOperator.BufferEntry<T>> resolveSchemaCompatibility(TypeSerializer<IntervalJoinOperator.BufferEntry<T>> newSerializer)
TypeSerializerSnapshot
When a checkpoint/savepoint is restored, this method checks whether the serialization format of the data in the checkpoint/savepoint is compatible for the format of the serializer used by the program that restores the checkpoint/savepoint. The outcome can be that the serialization format is compatible, that the program's serializer needs to reconfigure itself (meaning to incorporate some information from the TypeSerializerSnapshot to be compatible), that the format is outright incompatible, or that a migration needed. In the latter case, the TypeSerializerSnapshot produces a serializer to deserialize the data, and the restoring program's serializer re-serializes the data, thus converting the format during the restore operation.
resolveSchemaCompatibility
in interface TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>>
resolveSchemaCompatibility
in class TypeSerializerConfigSnapshot<IntervalJoinOperator.BufferEntry<T>>
newSerializer
- the new serializer to check.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.