]
Tristan Tarrant updated ISPN-7900:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.0.CR1
9.1.0.Final
Resolution: Done
Provide entrySet, values, keySet implementation for RemoteCache
---------------------------------------------------------------
Key: ISPN-7900
URL:
https://issues.jboss.org/browse/ISPN-7900
Project: Infinispan
Issue Type: Feature Request
Affects Versions: 9.0.1.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.1.0.CR1, 9.1.0.Final
Currently the entrySet, values and keySet all throw an UnsupportedOperationException when
they are invoked. It would be nice if we could supply an actual implementation for these.
A respective backing collection should be doable.