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

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • API
    • None

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

       

              ttarrant@redhat.com Tristan Tarrant
              rhn-support-wfink Wolf Fink
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: