]
Tristan Tarrant reassigned ISPN-3199:
-------------------------------------
Assignee: (was: Mircea Markus)
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
Labels: leads
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}