Package org.restheart.mongodb
Class ConnectionChecker
java.lang.Object
org.restheart.mongodb.ConnectionChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanconnected(com.mongodb.client.MongoClient mclient) static booleanreplicaSet(com.mongodb.client.MongoClient mclient)
-
Constructor Details
-
ConnectionChecker
public ConnectionChecker()
-
-
Method Details
-
connected
public static boolean connected(com.mongodb.client.MongoClient mclient) -
replicaSet
public static boolean replicaSet(com.mongodb.client.MongoClient mclient) - Returns:
- the initialized
- Throws:
com.mongodb.MongoTimeoutException
-