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

API to manipulate multiple versions of an entry

    XMLWordPrintable

Details

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

    Description

      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);
      
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: