Class MongoUtils
java.lang.Object
org.apache.jmeter.protocol.mongodb.mongo.MongoUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.mongodb.ServerAddress>
toServerAddresses
(String connections)
-
Field Details
-
DEFAULT_PORT
public static final int DEFAULT_PORTMongoDB default connection port- See Also:
-
-
Constructor Details
-
MongoUtils
public MongoUtils()
-
-
Method Details
-
toServerAddresses
public static List<com.mongodb.ServerAddress> toServerAddresses(String connections) throws UnknownHostException - Throws:
UnknownHostException
-