Uses of Class
org.apache.flink.runtime.state.ArrayListSerializer
Packages that use ArrayListSerializer
-
Uses of ArrayListSerializer in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return ArrayListSerializerModifier and TypeMethodDescriptionprotected ArrayListSerializer<T>ArrayListSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) PartitionableListState.getInternalListCopySerializer()Methods in org.apache.flink.runtime.state with parameters of type ArrayListSerializerModifier and TypeMethodDescriptionprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]ArrayListSerializerSnapshot.getNestedSerializers(ArrayListSerializer<T> outerSerializer) Constructors in org.apache.flink.runtime.state with parameters of type ArrayListSerializerModifierConstructorDescriptionArrayListSerializerSnapshot(ArrayListSerializer<T> arrayListSerializer) Constructor for creating the snapshot for writing.