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/10/20 14:32: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: 
Add user-POJO mappers support for key-value view regarding marshallers initially implemented in IGNITE-13618 and mappers in IGNITE-15782
#* 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.
# Implement all RecordView operations (maybe excl. invoke IGNITE-14488).
# Add integration tests.

  was:
# Implement user-class mappers for record view regarding 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.
# Implement all RecordView operations (maybe excl. invoke IGNITE-14488).
# Add custom mapper support ?


> 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
>
> Add user-POJO mappers support for key-value view regarding marshallers initially implemented in IGNITE-13618 and mappers in IGNITE-15782
> #* 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.
> # Implement all RecordView operations (maybe excl. invoke IGNITE-14488).
> # Add integration tests.



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