| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{urn:infinispan:config:5.2} (restriction)
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in a serialized, binary format. There are benefits to both approaches, but often if used in a clustered mode, storing objects as binary means that the cost of serialization happens early on, and can be amortized. Further, deserialization costs are incurred lazily which improves throughput. It is possible to control this on a fine-grained basis: you can choose to just store keys or values as binary, or both.
Attribute Summary | |
xs:boolean | enabled Enables storing both keys and values as binary. |
xs:boolean | storeKeysAsBinary Specify whether keys are stored as binary or not. |
xs:boolean | storeValuesAsBinary Specify whether values are stored as binary or not. |
Attribute Detail |
xs:boolean
optional
unqualified
xs:boolean
optional
unqualified
xs:boolean
optional
unqualified
<xs:element minOccurs="0" name="storeAsBinary"><xs:complexType></xs:element><xs:attribute name="enabled" type="xs:boolean">
</xs:attribute><xs:attribute name="storeKeysAsBinary" type="xs:boolean">
</xs:attribute><xs:attribute name="storeValuesAsBinary" type="xs:boolean"></xs:complexType>
</xs:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |