org.iternine.jeppetto.dao.mongodb
Class SettableMongoDBOptions

java.lang.Object
  extended by com.mongodb.MongoOptions
      extended by org.iternine.jeppetto.dao.mongodb.SettableMongoDBOptions

public class SettableMongoDBOptions
extends com.mongodb.MongoOptions

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

SettableMongoDBOptions

public SettableMongoDBOptions()


Copyright © 2012. All Rights Reserved.