Apache JMeter

org.apache.jmeter.protocol.mongodb.mongo
Class MongoUtils

java.lang.Object
  extended by org.apache.jmeter.protocol.mongodb.mongo.MongoUtils

public class MongoUtils
extends Object


Field Summary
static int DEFAULT_PORT
          MongoDB default connection port
 
Constructor Summary
MongoUtils()
           
 
Method Summary
static List<com.mongodb.ServerAddress> toServerAddresses(String connections)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
MongoDB default connection port

See Also:
Constant Field Values
Constructor Detail

MongoUtils

public MongoUtils()
Method Detail

toServerAddresses

public static List<com.mongodb.ServerAddress> toServerAddresses(String connections)
                                                         throws UnknownHostException
Throws:
UnknownHostException

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.