File tree 1 file changed +18
-1
lines changed
prj/coherence-core/src/main/resources
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2000, 2023 , Oracle and/or its affiliates.
3
+ Copyright (c) 2000, 2025 , Oracle and/or its affiliates.
4
4
5
5
Licensed under the Universal Permissive License v 1.0 as shown at
6
6
https://oss.oracle.com/licenses/upl.
1706
1706
<xsd : element ref =" remote-addresses" />
1707
1707
<xsd : element ref =" name-service-addresses" />
1708
1708
</xsd : choice >
1709
+ <xsd : element minOccurs =" 0" ref =" error-on-elastic-data-full" />
1709
1710
<xsd : any namespace =" ##other" processContents =" lax"
1710
1711
minOccurs =" 0" maxOccurs =" unbounded" />
1711
1712
</xsd : sequence >
1818
1819
</xsd : annotation >
1819
1820
</xsd : element >
1820
1821
1822
+ <xsd : element name =" error-on-elastic-data-full" type =" coherence-boolean-type" >
1823
+ <xsd : annotation >
1824
+ <xsd : documentation >
1825
+ The error-on-elastic-data-full flag indicates whether federation will put the
1826
+ remote participant into the ERROR state when Elastic Data or the device used
1827
+ by Elastic Data is full.
1828
+
1829
+ The legal value is true or false.
1830
+
1831
+ Default value is true.
1832
+
1833
+ Used in: participant
1834
+ </xsd : documentation >
1835
+ </xsd : annotation >
1836
+ </xsd : element >
1837
+
1821
1838
<xsd : element name =" batch-size" type =" coherence-integer-type" >
1822
1839
<xsd : annotation >
1823
1840
<xsd : documentation >
You can’t perform that action at this time.
0 commit comments