public class MongoDbFactoryConfig extends Object implements ServiceConnectorConfig
| Constructor and Description |
|---|
MongoDbFactoryConfig(String writeConcern,
Integer connectionsPerHost,
Integer maxWaitTime) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectionsPerHost()
Getter corresponding to the MongoOptions connectionsPerHost field
|
Integer |
getMaxWaitTime()
Getter corresponding to the MongoOptions maxWaitTime field
|
String |
getWriteConcern() |