[infinispan-issues] [JBoss JIRA] (ISPN-3199) API to manipulate multiple versions of an entry
Galder Zamarreño (JIRA)
issues at jboss.org
Mon Nov 3 13:02:01 EST 2014
[ https://issues.jboss.org/browse/ISPN-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-3199:
-----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
> API to manipulate multiple versions of an entry
> -----------------------------------------------
>
> Key: ISPN-3199
> URL: https://issues.jboss.org/browse/ISPN-3199
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 5.3.0.Final
> Reporter: Manik Surtani
> Assignee: Mircea Markus
> Labels: leads
> Fix For: 7.1.0.Alpha1
>
>
> In addition to the existing API, the following will be needed to allow user applications to directly control versioning. E.g.,
> {code}
> put(K key, EntryVersion version);
> get(K key, EntryVersion version);
> getLatest(K key, EntryVersion upperBound);
> evict(K key, EntryVersion upTo);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list