@ -348,14 +348,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -348,14 +348,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -363,22 +363,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -363,22 +363,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -430,14 +430,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -430,14 +430,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:groupname="beanElementGroup">
@ -466,4 +466,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@@ -466,4 +466,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@ -346,14 +346,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -346,14 +346,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -361,22 +361,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -361,22 +361,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -428,14 +428,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -428,14 +428,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:groupname="beanElementGroup">
@ -464,4 +464,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@@ -464,4 +464,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@ -230,7 +230,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -230,7 +230,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -331,8 +331,8 @@ The Mongo driver options
@@ -331,8 +331,8 @@ The Mongo driver options
@ -361,14 +361,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -361,14 +361,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -376,22 +376,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -376,22 +376,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -443,14 +443,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -443,14 +443,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:groupname="beanElementGroup">
@ -479,4 +479,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@@ -479,4 +479,4 @@ This controls if the driver is allowed to read from secondaries or replicas. De
@ -234,7 +234,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -234,7 +234,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -346,8 +346,8 @@ The Mongo driver options
@@ -346,8 +346,8 @@ The Mongo driver options
@ -376,14 +376,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -376,14 +376,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -391,22 +391,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -391,22 +391,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -458,14 +458,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -458,14 +458,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:groupname="beanElementGroup">
@ -557,7 +557,7 @@ The reference to a Mongoconverter instance.
@@ -557,7 +557,7 @@ The reference to a Mongoconverter instance.
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="gridFsTemplate">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -598,4 +598,4 @@ The reference to a Mongoconverter instance.
@@ -598,4 +598,4 @@ The reference to a Mongoconverter instance.
@ -241,7 +241,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -241,7 +241,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -300,7 +300,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -300,7 +300,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:annotation>
<xsd:unionmemberTypes="xsd:string"/>
</xsd:simpleType>
<xsd:simpleTypename="sslSocketFactoryRef">
<xsd:annotation>
<xsd:appinfo>
@ -364,8 +364,8 @@ The Mongo driver options
@@ -364,8 +364,8 @@ The Mongo driver options
@ -394,14 +394,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -394,14 +394,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -409,22 +409,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -409,22 +409,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -476,14 +476,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -476,14 +476,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -589,7 +589,7 @@ The reference to a Mongoconverter instance.
@@ -589,7 +589,7 @@ The reference to a Mongoconverter instance.
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="gridFsTemplate">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -636,4 +636,4 @@ The GridFs bucket string.]]></xsd:documentation>
@@ -636,4 +636,4 @@ The GridFs bucket string.]]></xsd:documentation>
@ -248,7 +248,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -248,7 +248,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -318,7 +318,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -318,7 +318,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:annotation>
<xsd:unionmemberTypes="xsd:string"/>
</xsd:simpleType>
<xsd:simpleTypename="sslSocketFactoryRef">
<xsd:annotation>
<xsd:appinfo>
@ -382,8 +382,8 @@ The Mongo driver options
@@ -382,8 +382,8 @@ The Mongo driver options
@ -412,14 +412,14 @@ The host to connect to a MongoDB server. Default is localhost
@@ -412,14 +412,14 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -427,22 +427,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -427,22 +427,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -494,14 +494,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -494,14 +494,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -607,7 +607,7 @@ The reference to a Mongoconverter instance.
@@ -607,7 +607,7 @@ The reference to a Mongoconverter instance.
@ -27,7 +27,7 @@ Deprecated since 1.7 - use mongo-client instead. Defines a Mongo instance used f
@@ -27,7 +27,7 @@ Deprecated since 1.7 - use mongo-client instead. Defines a Mongo instance used f
@ -37,7 +37,7 @@ Defines a MongoClient instance used for accessing MongoDB.
@@ -37,7 +37,7 @@ Defines a MongoClient instance used for accessing MongoDB.
<tool:annotation>
<tool:exportstype="com.mongodb.MongoClient"/>
</tool:annotation>
</xsd:appinfo>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
@ -261,7 +261,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -261,7 +261,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -331,7 +331,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -331,7 +331,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:annotation>
<xsd:unionmemberTypes="xsd:string"/>
</xsd:simpleType>
<xsd:simpleTypename="sslSocketFactoryRef">
<xsd:annotation>
<xsd:appinfo>
@ -354,7 +354,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -354,7 +354,7 @@ The name of the Mongo object that determines what server to monitor. (by default
<xsd:enumerationvalue="MAJORITY"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleTypename="readPreferenceEnumeration">
<xsd:restrictionbase="xsd:token">
<xsd:enumerationvalue="PRIMARY"/>
@ -384,7 +384,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -384,7 +384,7 @@ The name of the Mongo object that determines what server to monitor. (by default
<xsd:complexTypename="mongoType">
<xsd:annotation>
<xsd:documentation><![CDATA[
Deprecated since 1.7.
Deprecated since 1.7.
]]></xsd:documentation>
</xsd:annotation>
<xsd:sequenceminOccurs="0"maxOccurs="1">
@ -410,8 +410,8 @@ The Mongo driver options
@@ -410,8 +410,8 @@ The Mongo driver options
@ -440,19 +440,19 @@ The host to connect to a MongoDB server. Default is localhost
@@ -440,19 +440,19 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -460,22 +460,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -460,22 +460,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -527,14 +527,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -527,14 +527,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -550,11 +550,11 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
@@ -550,11 +550,11 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexTypename="mongoClientType">
<xsd:annotation>
<xsd:documentation><![CDATA[
Configuration options for 'MongoClient' - @since 1.7
Configuration options for 'MongoClient' - @since 1.7
]]></xsd:documentation>
</xsd:annotation>
<xsd:sequenceminOccurs="0"maxOccurs="1">
@ -606,11 +606,11 @@ The comma delimited list of username:password@database entries to use for authen
@@ -606,11 +606,11 @@ The comma delimited list of username:password@database entries to use for authen
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexTypename="clientOptionsType">
<xsd:annotation>
<xsd:documentation><![CDATA[
Configuration options for 'MongoClientOptions' - @since 1.7
Configuration options for 'MongoClientOptions' - @since 1.7
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -638,36 +638,36 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -638,36 +638,36 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
@ -704,25 +704,25 @@ The WriteConcern that will be the default value used when asking the MongoDbFact
@@ -704,25 +704,25 @@ The WriteConcern that will be the default value used when asking the MongoDbFact
In the event that the driver has to frequently re-check a server's availability, it will wait at least this long since the previous check to avoid wasted effort.
In the event that the driver has to frequently re-check a server's availability, it will wait at least this long since the previous check to avoid wasted effort.
The connect timeout for connections used for the cluster heartbeat.
The connect timeout for connections used for the cluster heartbeat.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -732,7 +732,7 @@ The connect timeout for connections used for the cluster heartbeat.
@@ -732,7 +732,7 @@ The connect timeout for connections used for the cluster heartbeat.
The socket timeout for connections used for the cluster heartbeat.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -746,7 +746,7 @@ This controls if the driver should us an SSL connection. Defaults to false.
@@ -746,7 +746,7 @@ This controls if the driver should us an SSL connection. Defaults to false.
The SSLSocketFactory to use for the SSL connection. If none is configured here, SSLSocketFactory#getDefault() will be used.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:groupname="beanElementGroup">
@ -838,7 +838,7 @@ The reference to a Mongoconverter instance.
@@ -838,7 +838,7 @@ The reference to a Mongoconverter instance.
@ -27,7 +27,7 @@ Deprecated since 1.7 - use mongo-client instead. Defines a Mongo instance used f
@@ -27,7 +27,7 @@ Deprecated since 1.7 - use mongo-client instead. Defines a Mongo instance used f
@ -267,7 +267,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -267,7 +267,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:elementname="auditing">
<xsd:annotation>
<xsd:appinfo>
@ -337,7 +337,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -337,7 +337,7 @@ The name of the Mongo object that determines what server to monitor. (by default
</xsd:annotation>
<xsd:unionmemberTypes="xsd:string"/>
</xsd:simpleType>
<xsd:simpleTypename="sslSocketFactoryRef">
<xsd:annotation>
<xsd:appinfo>
@ -360,7 +360,7 @@ The name of the Mongo object that determines what server to monitor. (by default
@@ -360,7 +360,7 @@ The name of the Mongo object that determines what server to monitor. (by default
<xsd:enumerationvalue="MAJORITY"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleTypename="readPreferenceEnumeration">
<xsd:restrictionbase="xsd:token">
<xsd:enumerationvalue="PRIMARY"/>
@ -416,8 +416,8 @@ The Mongo driver options
@@ -416,8 +416,8 @@ The Mongo driver options
@ -446,7 +446,7 @@ The host to connect to a MongoDB server. Default is localhost
@@ -446,7 +446,7 @@ The host to connect to a MongoDB server. Default is localhost
The comma delimited list of host:port entries to use for replica set/pairs.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
</xsd:complexType>
<xsd:complexTypename="optionsType">
@ -466,22 +466,22 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -466,22 +466,22 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
The maximum amount of time in millisecons to spend retrying to open connection to the same server. Default is 0, which means to use the default 15s if autoConnectRetry is on.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -533,14 +533,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
@@ -533,14 +533,14 @@ This controls timeout for write operations in milliseconds. The 'wtimeout' opti
This controls whether or not to fsync. The 'fsync' option to the getlasterror command. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="slave-ok"type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This controls if the driver is allowed to read from secondaries or replicas. Defaults to false.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -556,7 +556,7 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
@@ -556,7 +556,7 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexTypename="mongoClientType">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -612,7 +612,7 @@ The comma delimited list of username:password@database entries to use for authen
@@ -612,7 +612,7 @@ The comma delimited list of username:password@database entries to use for authen
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexTypename="clientOptionsType">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -632,11 +632,11 @@ The MongoClient description.
@@ -632,11 +632,11 @@ The MongoClient description.
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -644,36 +644,36 @@ The number of connections allowed per host. Will block if run out. Default is
@@ -644,36 +644,36 @@ The number of connections allowed per host. Will block if run out. Default is
<xsd:annotation>
<xsd:documentation><![CDATA[
The multiplier for connectionsPerHost for # of threads that can block. Default is 5.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
If connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5,
then 50 threads can block more than that and an exception will be thrown.
@ -710,25 +710,25 @@ The WriteConcern that will be the default value used when asking the MongoDbFact
@@ -710,25 +710,25 @@ The WriteConcern that will be the default value used when asking the MongoDbFact
In the event that the driver has to frequently re-check a server's availability, it will wait at least this long since the previous check to avoid wasted effort.
In the event that the driver has to frequently re-check a server's availability, it will wait at least this long since the previous check to avoid wasted effort.
The connect timeout for connections used for the cluster heartbeat.
The connect timeout for connections used for the cluster heartbeat.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -738,7 +738,7 @@ The connect timeout for connections used for the cluster heartbeat.
@@ -738,7 +738,7 @@ The connect timeout for connections used for the cluster heartbeat.
The socket timeout for connections used for the cluster heartbeat.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attribute>
<xsd:attributename="ssl"type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
@ -844,7 +844,7 @@ The reference to a Mongoconverter instance.
@@ -844,7 +844,7 @@ The reference to a Mongoconverter instance.