kishore gopalakrishna created HELIX-146:
-------------------------------------------
Summary: Add a method in routing table provider to get all
replicas of a partition
Key: HELIX-146
URL: https://issues.apache.org/jira/browse/HELIX-146
Project: Apache Helix
Issue Type: Bug
Components: helix-core
Reporter: kishore gopalakrishna
Currently routing table has two methods.
Set<InstanceConfig> getInstances(String resource, String state)
returns all instances for {resource} that are in a specific {state}
List<InstanceConfig> getInstances(String resourceName, String
partitionName, String state)
returns the instances for {resource,partition} pair that are in a specific
{state}
We get another method called getInstances(String resourceName, String
partitionName)
--
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