T
- the type of the list elements.@Internal @Deprecated public final class ListViewSerializerSnapshot<T> extends CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
TypeSerializerSnapshot
for the ListViewSerializer
.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
ListViewSerializerSnapshot()
Deprecated.
Constructor for read instantiation.
|
ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
Deprecated.
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected ListViewSerializer<T> |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Deprecated.
Creates an instance of the outer serializer with a given array of its nested serializers.
|
int |
getCurrentOuterSnapshotVersion()
Deprecated.
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(ListViewSerializer<T> outerSerializer)
Deprecated.
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 ListViewSerializerSnapshot()
public ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
public int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
nestedSerializers
- array of nested serializers to create the outer serializer with.protected TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
outerSerializer
- the outer serializer.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.