You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/04/06 09:40:00 UTC

[jira] [Updated] (IGNITE-14484) Implement RecordView API.

     [ https://issues.apache.org/jira/browse/IGNITE-14484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-14484:
--------------------------------------
    Description: 
Implement user-class mappers for record view and add custom mapper support to marshallers initially implemented in IGNITE-13618.

* Mapper is not required to be Serializable as it is intended to be moved to a remote node.
* Mapper can be used for schema generation from user classes (annotation schema configuration IGNITE-13749) and user object validation against the schema.
* Mapper might be highly coupled with marshallers\serislizers.

  was:
Implement user-class mappers for key-value view and record view and add custom mapper support to marshallers initially implemented in IGNITE-13618.

Supposed, mappers are used for schema generation from user-classes (annotation schema configuration) and schema validation.
Mappers might be highly coupled with marshallers\serislizers (especially generated marshaller).


> Implement RecordView API.
> -------------------------
>
>                 Key: IGNITE-14484
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14484
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Assignee: Alexander Belyak
>            Priority: Major
>              Labels: iep-54, ignite-3
>
> Implement user-class mappers for record view and add custom mapper support to marshallers initially implemented in IGNITE-13618.
> * Mapper is not required to be Serializable as it is intended to be moved to a remote node.
> * Mapper can be used for schema generation from user classes (annotation schema configuration IGNITE-13749) and user object validation against the schema.
> * Mapper might be highly coupled with marshallers\serislizers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)