You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2019/04/12 11:50:00 UTC

[jira] [Updated] (IGNITE-11731) CPP: Implement minimal Cluster API

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

Igor Sapego updated IGNITE-11731:
---------------------------------
    Description: 
Let's start implementing Cluster API for C++.

Desired functionality from Java: 
* {{ClusterNode.id()}}
* {{ClusterNode.attribute()}}
* {{IgniteCluster.active()}}
* {{IgniteCluster.disableWal()}}
* {{IgntieCluster.enableWal()}}
* {{IgniteCluster.isWalEnabled()}}
* {{IgniteClusterGroup.forAttribute()}}
* {{IgniteClusterGroup.forDataNodes()}}
* {{IgniteClusterGroup.forServers()}}

Also, we need to have one platform-specific method:
* {{IgniteClusterGroup.forCpp()}}


  was:
Let's start implementing Cluster API for C++.

Desired functionality from Java: 
* ClusterNode.id()
* ClusterNode.attribute()
* IgniteCluster.active()
* IgniteCluster.disableWal()
* IgntieCluster.enableWal()
* IgniteCluster.isWalEnabled()
* IgniteClusterGroup.forAttribute()
* IgniteClusterGroup.forDataNodes()
* IgniteClusterGroup.forServers()

Also, we need to have one platform-specific method:
* IgniteClusterGroup.forCpp()



> CPP: Implement minimal Cluster API
> ----------------------------------
>
>                 Key: IGNITE-11731
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11731
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>    Affects Versions: 2.7
>            Reporter: Igor Sapego
>            Priority: Major
>              Labels: cpp
>             Fix For: 2.8
>
>
> Let's start implementing Cluster API for C++.
> Desired functionality from Java: 
> * {{ClusterNode.id()}}
> * {{ClusterNode.attribute()}}
> * {{IgniteCluster.active()}}
> * {{IgniteCluster.disableWal()}}
> * {{IgntieCluster.enableWal()}}
> * {{IgniteCluster.isWalEnabled()}}
> * {{IgniteClusterGroup.forAttribute()}}
> * {{IgniteClusterGroup.forDataNodes()}}
> * {{IgniteClusterGroup.forServers()}}
> Also, we need to have one platform-specific method:
> * {{IgniteClusterGroup.forCpp()}}



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