You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/02/16 03:06:00 UTC

[jira] [Created] (IGNITE-7725) REST: expand parameters list of GetOrCreateCache command

Alexey Kuznetsov created IGNITE-7725:
----------------------------------------

             Summary: REST: expand parameters list of GetOrCreateCache command
                 Key: IGNITE-7725
                 URL: https://issues.apache.org/jira/browse/IGNITE-7725
             Project: Ignite
          Issue Type: Improvement
          Components: rest
    Affects Versions: 2.3
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.5


Current implementation is very primitive and do not allow to create caches with custom options via REST.

http://host:port/ignite?cmd=getorcreate&cacheName=cache_name[&tempaleName=template_name][&backups=1][&writeSynchronizationMode=FULL_SYNC][&.... other options]

Ignite will support two pre-configured templates out of the box: PARTITIONED and REPLICATED (same as SQL engine).

If template name is not specified, by default it will be PARTITIONED.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)