public class MongoDbLowLevelOps extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertThatConnectionIsPossible(String host,
int port) |
void |
shutdown(String host,
int port) |
void |
waitUntilReplicaSetBecomeStable(com.mongodb.MongoClient mongoClient,
int numberOfServersStable,
String... authenticateParameters) |
public void waitUntilReplicaSetBecomeStable(com.mongodb.MongoClient mongoClient,
int numberOfServersStable,
String... authenticateParameters)
public boolean assertThatConnectionIsPossible(String host, int port) throws InterruptedException, UnknownHostException, com.mongodb.MongoException
InterruptedExceptionUnknownHostExceptioncom.mongodb.MongoExceptionpublic void shutdown(String host, int port)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.