[infinispan-issues] [JBoss JIRA] (ISPN-3199) API to manipulate multiple versions of an entry
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Jun 12 03:17:54 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780988#comment-12780988 ]
Galder Zamarreño commented on ISPN-3199:
----------------------------------------
{code}put(K key, EntryVersion version);{code} <- that's already in 5.3, via put(K, V, Metadata)
Shouldn't we take advantage of all the work around Metadata to include the rest of methods?
> 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 API
> Affects Versions: 5.3.0.Final
> Reporter: Manik Surtani
> Assignee: Mircea Markus
> Labels: leads
> Fix For: 7.0.0.Final
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list