You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2017/06/20 12:09:00 UTC

[jira] [Created] (IGNITE-5559) New method on MarshallerContextImpl to register mappings locally

Sergey Chugunov created IGNITE-5559:
---------------------------------------

             Summary: New method on MarshallerContextImpl to register mappings locally
                 Key: IGNITE-5559
                 URL: https://issues.apache.org/jira/browse/IGNITE-5559
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
            Priority: Minor
             Fix For: 2.1


As Ignite got a new persistent store functionality, it becomes possible to save caches content to disk, restore from it later and even move data using plain files from one cluster to another.

In that case marshaller mappings may be saved on disk as well and restored later as well on other Ignite clusters.

As mappings are restored on each node locally and don't require exchanging any messages among the cluster new convenient method {{MarshallerContextImpl::registerClassNameLocally}} is needed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)