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

Configuration for multimap

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 15.0.0.Final
    • 13.0.10.Final
    • Multimap
    • None

      Multimap today has not any configuration Infinispan can't make a distinction between a normal cache and a multimap.

      Create a multimap definition, for now including all the configuration of a normal cache and supports duplicates.

      <xs:complexType name="multimap">
          <xs:complexContent>
            <xs:extension base="tns:distributed-cache">
              <xs:attribute name="duplicates" type="xs:boolean" default="false">
                <xs:annotation>
                  <xs:documentation>Determines if the multimap supports duplicates in the values. True or false (default).</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:complexContent>
      </xs:complexType>
      

              rh-ee-jbolina Jose Bolina
              karestig@redhat.com Katia Aresti
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: