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

Protostream API should support arrays, List, Set, HashTable and Map as root cache entry objects

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • API
    • None

    Description

      It should be possible to add implementations of Collection, Set and Map directly as value to a cache.
      User expect to use without the need of extra implementation like ProtoAdapter:

          RemoteCache<String, HashMap||Hashtable||ArrayList> cache;
          ArrayList<String> list = new ArrayList<>();
          ....
          cache.put("xx", list);

       

      Attachments

        Activity

          People

            karestig@redhat.com Katia Aresti
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: