Generated by
JDiff

Class org.springframework.data.document.mongodb.MongoOptionsFactoryBean

Added Methods
void setSlaveOk(boolean) Specifies if the driver is allowed to read from secondaries or slaves.
void setSocketKeepAlive(boolean) This controls whether or not to have socket keep alive
void setWriteFsync(boolean) This controls whether or not to fsync.
void setWriteNumber(int) This specifies the number of servers to wait for on the write operation, and exception raising behavior.
void setWriteTimeout(int) This controls timeout for write operations in milliseconds.
 

Added Fields
boolean socketKeepAlive This controls whether or not to have socket keep alive turned on (SO_KEEPALIVE).