|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.MongoOptions
org.iternine.jeppetto.dao.mongodb.SettableMongoDBOptions
public class SettableMongoDBOptions
This class is not really necessary anymore since MongoOptions now exposes setters/getters directly. Keeping it for backwards compatibility.
| Field Summary |
|---|
| Fields inherited from class com.mongodb.MongoOptions |
|---|
autoConnectRetry, connectionsPerHost, connectTimeout, dbDecoderFactory, dbEncoderFactory, description, fsync, j, maxAutoConnectRetryTime, maxWaitTime, safe, slaveOk, socketFactory, socketKeepAlive, socketTimeout, threadsAllowedToBlockForConnectionMultiplier, w, wtimeout |
| Constructor Summary | |
|---|---|
SettableMongoDBOptions()
|
|
| Method Summary |
|---|
| Methods inherited from class com.mongodb.MongoOptions |
|---|
copy, getConnectionsPerHost, getConnectTimeout, getDbDecoderFactory, getDbEncoderFactory, getDescription, getMaxAutoConnectRetryTime, getMaxWaitTime, getSocketFactory, getSocketTimeout, getThreadsAllowedToBlockForConnectionMultiplier, getW, getWriteConcern, getWtimeout, isAutoConnectRetry, isFsync, isJ, isSafe, isSocketKeepAlive, reset, setAutoConnectRetry, setConnectionsPerHost, setConnectTimeout, setDbDecoderFactory, setDbEncoderFactory, setDescription, setFsync, setJ, setMaxAutoConnectRetryTime, setMaxWaitTime, setSafe, setSocketFactory, setSocketKeepAlive, setSocketTimeout, setThreadsAllowedToBlockForConnectionMultiplier, setW, setWtimeout, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SettableMongoDBOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||