[infinispan-issues] [JBoss JIRA] (ISPN-5528) Expose segment ownership in the Hot Rod client
Gustavo Fernandes (JIRA)
issues at jboss.org
Mon Jun 8 05:55:02 EDT 2015
[ https://issues.jboss.org/browse/ISPN-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gustavo Fernandes updated ISPN-5528:
------------------------------------
Description:
ISPN-5219 exposes entry iteration via Hot Rod and allows to filter based on segments.
In order to be able to eventually calculate the segments to be filtered on, ownership information for a cache needs to be exposed as well.
API suggestion by @wburns:
{code}
Set<Integer> getSegments()
Map<Address, Set<Integer>> getSegmentsByServer()
{code}
was:
ISPN-5219 exposes entry iteration via Hot Rod and allows to filter based on segments.
In order to be able to eventually calculate the segments to be filtered on, ownership information for a cache needs to be exposed. API suggestion by @wburns:
{code}
Set<Integer> getSegments()
Map<Address, Set<Integer>> getSegmentsByServer()
{code}
> Expose segment ownership in the Hot Rod client
> ----------------------------------------------
>
> Key: ISPN-5528
> URL: https://issues.jboss.org/browse/ISPN-5528
> Project: Infinispan
> Issue Type: Feature Request
> Components: Hadoop Integration
> Affects Versions: 8.0.0.Alpha1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> ISPN-5219 exposes entry iteration via Hot Rod and allows to filter based on segments.
> In order to be able to eventually calculate the segments to be filtered on, ownership information for a cache needs to be exposed as well.
> API suggestion by @wburns:
> {code}
> Set<Integer> getSegments()
> Map<Address, Set<Integer>> getSegmentsByServer()
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the infinispan-issues
mailing list