[infinispan-issues] [JBoss JIRA] (ISPN-5528) Expose segment ownership via Hot Rod
Gustavo Fernandes (JIRA)
issues at jboss.org
Mon Jun 8 05:54:02 EDT 2015
Gustavo Fernandes created ISPN-5528:
---------------------------------------
Summary: Expose segment ownership via Hot Rod
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. 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