You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "dafu (JIRA)" <ji...@apache.org> on 2013/05/21 23:58:19 UTC

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

dafu created HELIX-98:
-------------------------

             Summary: clean up setting constraint api
                 Key: HELIX-98
                 URL: https://issues.apache.org/jira/browse/HELIX-98
             Project: Apache Helix
          Issue Type: Sub-task
            Reporter: dafu


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira