Class ListViewSerializerSnapshot<T>

  • Type Parameters:
    T - the type of the list elements.
    All Implemented Interfaces:
    org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>>

    @Internal
    @Deprecated
    public final class ListViewSerializerSnapshot<T>
    extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,​ListViewSerializer<T>>
    Deprecated.
    A TypeSerializerSnapshot for the ListViewSerializer.
    • Constructor Detail

      • ListViewSerializerSnapshot

        public ListViewSerializerSnapshot()
        Deprecated.
        Constructor for read instantiation.
      • ListViewSerializerSnapshot

        public ListViewSerializerSnapshot​(ListViewSerializer<T> listViewSerializer)
        Deprecated.
        Constructor to create the snapshot for writing.
    • Method Detail

      • getCurrentOuterSnapshotVersion

        public int getCurrentOuterSnapshotVersion()
        Deprecated.
        Specified by:
        getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,​ListViewSerializer<T>>
      • createOuterSerializerWithNestedSerializers

        protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers​(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
        Deprecated.
        Specified by:
        createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,​ListViewSerializer<T>>
      • getNestedSerializers

        protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers​(ListViewSerializer<T> outerSerializer)
        Deprecated.
        Specified by:
        getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,​ListViewSerializer<T>>