You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2023/02/03 11:58:00 UTC

[jira] [Updated] (IGNITE-18707) Make Meta Storage Entry serializable

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

Aleksandr Polovtcev updated IGNITE-18707:
-----------------------------------------
    Description: Meta Storage server methods can return {{Entry}} instances as well as {{List<Entry>}} collections. Currently these responses are wrapped into {{SingleEntryResponse}} and {{MultipleEntryResponse}} which simply copy the provided entries. This step can be avoided if we make {{Entry}} serializable directly.

> Make Meta Storage Entry serializable
> ------------------------------------
>
>                 Key: IGNITE-18707
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18707
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Minor
>              Labels: ignite-3
>
> Meta Storage server methods can return {{Entry}} instances as well as {{List<Entry>}} collections. Currently these responses are wrapped into {{SingleEntryResponse}} and {{MultipleEntryResponse}} which simply copy the provided entries. This step can be avoided if we make {{Entry}} serializable directly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)