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