 |
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addMongoCredential(com.mongodb.MongoCredential mongoCredential)
Adds the MongoCredential to the list of credentials.
|
protected com.mongodb.async.client.MongoClientSettings |
createInstance() |
Class<?> |
getObjectType() |
void |
setClusterSettings(com.mongodb.connection.ClusterSettings clusterSettings)
Set the ClusterSettings .
|
void |
setCodecRegistry(org.bson.codecs.configuration.CodecRegistry codecRegistry)
Set the CodecRegistry .
|
void |
setConnectionPoolSettings(com.mongodb.connection.ConnectionPoolSettings connectionPoolSettings)
Set the ConnectionPoolSettings .
|
void |
setCredentialList(List<com.mongodb.MongoCredential> credentialList)
Set the List of MongoCredential s.
|
void |
setHeartbeatSocketSettings(com.mongodb.connection.SocketSettings heartbeatSocketSettings)
Set the heartbeat SocketSettings .
|
void |
setReadConcern(com.mongodb.ReadConcern readConcern)
Set the ReadConcern .
|
void |
setReadPreference(com.mongodb.ReadPreference readPreference)
Set the ReadPreference .
|
void |
setServerSettings(com.mongodb.connection.ServerSettings serverSettings)
Set the ServerSettings .
|
void |
setSocketSettings(com.mongodb.connection.SocketSettings socketSettings)
Set the SocketSettings .
|
void |
setSslSettings(com.mongodb.connection.SslSettings sslSettings)
Set the SslSettings .
|
void |
setStreamFactoryFactory(com.mongodb.connection.StreamFactoryFactory streamFactoryFactory)
Set the StreamFactoryFactory .
|
void |
setWriteConcern(com.mongodb.WriteConcern writeConcern)
Set the WriteConcern .
|
-
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
|