Skip to content

Conversation

@hhamalai
Copy link
Contributor

Use Map<String, List> instead of Map<String, Object> and do not overwrite previous value for a key if a new value is given for the same key. The use of list preserves the order of values for a key, while the order of keys is not fixed.

This e.g. allows the use of multiple Ceilometer query filters.

woorea added a commit that referenced this pull request Jun 12, 2013
Client connectors: support for multiple values for query parameter keys
@woorea woorea merged commit 537fe1c into woorea:master Jun 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants