Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3199

API to manipulate multiple versions of an entry

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 5.3.0.Final
    • Core
    • Medium

      In addition to the existing API, the following will be needed to allow user applications to directly control versioning. E.g.,

      put(K key, EntryVersion version);
      get(K key, EntryVersion version);
      getLatest(K key, EntryVersion upperBound);
      evict(K key, EntryVersion upTo);
      
      

            Unassigned Unassigned
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: