[infinispan-issues] [JBoss JIRA] (ISPN-2817) Create a locate() API on the Java Hot Rod client

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Feb 12 10:10:56 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated ISPN-2817:
--------------------------------

        Summary: Create a locate() API on the Java Hot Rod client  (was: Expose locate(key) on the java RemoteCacheManager)
       Assignee: Manik Surtani  (was: Mircea Markus)
    Description: 
A locate() API to allow Java clients to make use of the consistent hash present in a RemoteCache instance and return a String representation of the endpoints assigned to a particular key.  Typical signature:

{code}
List<String> locate(Object key)
{code}

  was:RemoteCache.locate(key) method would return the server endpoints (or/and the actual JGroups address?) where the given key maps (a sequence, first being the primary owner).

     Complexity: Medium
    Component/s: Distributed Cache
                     (was: Transactions)

    
> Create a locate() API on the Java Hot Rod client
> ------------------------------------------------
>
>                 Key: ISPN-2817
>                 URL: https://issues.jboss.org/browse/ISPN-2817
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Distributed Cache
>    Affects Versions: 5.2.1
>            Reporter: Mircea Markus
>            Assignee: Manik Surtani
>            Priority: Critical
>             Fix For: 5.2.2, 5.3.0.Final
>
>
> A locate() API to allow Java clients to make use of the consistent hash present in a RemoteCache instance and return a String representation of the endpoints assigned to a particular key.  Typical signature:
> {code}
> List<String> locate(Object key)
> {code}

--
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


More information about the infinispan-issues mailing list