SGF-694 - Adapt to Pivotal GemFire PoolFactory and Pool API changes.
Add support for the PoolFactory.setSocketConnectTimeout(..) and Pool.getSocketConnectTimeout() methods.
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
|
||||
<xsd:import namespace="http://www.springframework.org/schema/beans" />
|
||||
<xsd:import namespace="http://www.springframework.org/schema/context" />
|
||||
<xsd:import namespace="http://www.springframework.org/schema/tool" />
|
||||
|
||||
<!-- -->
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
@@ -425,7 +427,7 @@ Notifies the server that this durable client is ready to receive updates.
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<!-- Abstract Region Type -->
|
||||
<!-- Abstract Region Type -->
|
||||
<xsd:complexType name="basicRegionType">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
@@ -2650,6 +2652,7 @@ Comma-delimited list of Server endpoints used by this Pool in the form of: host1
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="socket-buffer-size" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="statistic-interval" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="socket-connect-timeout" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="subscription-ack-interval" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="subscription-enabled" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="subscription-message-tracking-timeout" type="xsd:string" use="optional"/>
|
||||
@@ -3280,4 +3283,5 @@ Used for convenience. If no reference exists, use inner bean declarations.
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
|
||||
</xsd:schema>
|
||||
|
||||
Reference in New Issue
Block a user