You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2013/11/13 01:54:17 UTC

[jira] [Updated] (HELIX-98) clean up setting constraint api

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

Kanak Biscuitwala updated HELIX-98:
-----------------------------------

    Fix Version/s:     (was: 0.6.2-incubating)

> clean up setting constraint api
> -------------------------------
>
>                 Key: HELIX-98
>                 URL: https://issues.apache.org/jira/browse/HELIX-98
>             Project: Apache Helix
>          Issue Type: Sub-task
>          Components: helix-core, helix-webapp-admin
>            Reporter: Zhen Zhang
>            Assignee: Kanak Biscuitwala
>
> currently setting constraint is doing through the following api:
> 1) constraint builder
> builder.addConstraintAttribute(key1, value1).addConstraintAttribute(key2, value2)....
> 2) add constraint to cluster
> admin.addConstraint(clusterName, constraintType, constraintId, constraint)
> will be better to have:
> 1) builder(id).forMsgType(msgType).forInstance(instanceName).setConstraint(contraintValue)
> 2) add constraint to cluster
> admin.addMsgConstraint(clusterName, constraint)



--
This message was sent by Atlassian JIRA
(v6.1#6144)