Class TtlAwareSerializer.TtlAwareListSerializer<T>

    • Constructor Detail

      • TtlAwareListSerializer

        public TtlAwareListSerializer​(org.apache.flink.api.common.typeutils.base.ListSerializer<T> typeSerializer)
    • Method Detail

      • getElementSerializer

        public TtlAwareSerializer<T,​org.apache.flink.api.common.typeutils.TypeSerializer<T>> getElementSerializer()
        Gets the serializer for the elements of the list.
        Returns:
        The serializer for the elements of the list