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 2020/11/24 17:04:00 UTC

[jira] [Assigned] (IGNITE-13748) Schema configuration public API

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

Andrey Mashenkov reassigned IGNITE-13748:
-----------------------------------------

    Assignee: Andrey Mashenkov

> Schema configuration public API
> -------------------------------
>
>                 Key: IGNITE-13748
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13748
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>              Labels: iep-54, ignite-3
>
> Let's implement a public API classes for initial schema declaration. Considering next:
>  * It should be possible to create schema without having any Class instance, like we do now with QueryEntity. 
>  * Automatic schema creation based on annotated classes, like we have in ccfg.setIndexedTypes()
>  * Transient fields semantic.
>  * Using builder pattern for schema configuration.
>  * Split type-system into internal native-types (introduced GG-13617) and public API types. The latest ones should be portable (e.g. could be used in .Net)
>  * API can be extracted to separate module that will not have any dependency on other Ignite modules.



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