public static final class WindowKeySerializer.WindowKeySerializerSnapshot extends CompositeTypeSerializerSnapshot<WindowKey,WindowKeySerializer>
CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
WindowKeySerializerSnapshot()
This empty nullary constructor is required for deserializing the configuration.
|
WindowKeySerializerSnapshot(WindowKeySerializer serializerInstance) |
Modifier and Type | Method and Description |
---|---|
protected WindowKeySerializer |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Creates an instance of the outer serializer with a given array of its nested serializers.
|
protected int |
getCurrentOuterSnapshotVersion()
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(WindowKeySerializer outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, resolveSchemaCompatibility, writeVersionedSnapshot
public WindowKeySerializerSnapshot()
public WindowKeySerializerSnapshot(WindowKeySerializer serializerInstance)
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<WindowKey,WindowKeySerializer>
protected TypeSerializer<?>[] getNestedSerializers(WindowKeySerializer outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<WindowKey,WindowKeySerializer>
outerSerializer
- the outer serializer.protected WindowKeySerializer createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<WindowKey,WindowKeySerializer>
nestedSerializers
- array of nested serializers to create the outer serializer with.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.