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