[
https://issues.jboss.org/browse/ISPN-5528?page=com.atlassian.jira.plugin....
]
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)