public class ArrayListSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
ArrayListSerializer.| Constructor and Description |
|---|
ArrayListSerializerSnapshot()
Constructor for read instantiation.
|
ArrayListSerializerSnapshot(ArrayListSerializer<T> arrayListSerializer)
Constructor for creating the snapshot for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected ArrayListSerializer<T> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(ArrayListSerializer<T> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ArrayListSerializerSnapshot()
public ArrayListSerializerSnapshot(ArrayListSerializer<T> arrayListSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>protected ArrayListSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ArrayListSerializer<T> outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.