urn:infinispan:config:5.1
element recovery

Super Types
{urn:infinispan:config:5.1} (restriction)

Documentation
                  Defines recovery configuration for the cache.
                
Properties
This component is not nillable.

Model
<recovery
  enabled = xs:boolean
  recoveryInfoCacheName = xs:string>

</recovery>


Attribute Summary
 xs:booleanenabled
           Enable recovery for this cache.  
 xs:stringrecoveryInfoCacheName
          Sets the name of the cache where recovery related information is held. 

Attribute Detail

enabled

Enable recovery for this cache.

Type:
xs:boolean
Use:
required
Form:
unqualified

recoveryInfoCacheName

Sets the name of the cache where recovery related information is held. The cache's default name is specified by Configuration.RecoveryType.DEFAULT_RECOVERY_INFO_CACHE.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element minOccurs="0" name="recovery">
<xs:complexType>
<xs:attribute name="enabled" type="xs:boolean" use="required">
</xs:attribute>
<xs:attribute name="recoveryInfoCacheName" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.