Package org.apache.flink.runtime.state
Class ArrayListSerializerSnapshot<T>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
org.apache.flink.runtime.state.ArrayListSerializerSnapshot<T>
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ArrayList<T>>
public class ArrayListSerializerSnapshot<T>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
Snapshot class for the
ArrayListSerializer.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for read instantiation.ArrayListSerializerSnapshot(ArrayListSerializer<T> arrayListSerializer) Constructor for creating the snapshot for writing. -
Method Summary
Modifier and TypeMethodDescriptionprotected ArrayListSerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) intprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(ArrayListSerializer<T> outerSerializer) Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
Constructor Details
-
ArrayListSerializerSnapshot
public ArrayListSerializerSnapshot()Constructor for read instantiation. -
ArrayListSerializerSnapshot
Constructor for creating the snapshot for writing.
-
-
Method Details
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected ArrayListSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) - Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ArrayListSerializer<T> outerSerializer) - Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ArrayList<T>,ArrayListSerializer<T>>
-