]
Gustavo Fernandes updated ISPN-5528:
------------------------------------
Summary: Expose segment ownership in the Hot Rod client (was: Expose segment
ownership via Hot Rod)
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. API suggestion by @wburns:
{code}
Set<Integer> getSegments()
Map<Address, Set<Integer>> getSegmentsByServer()
{code}