public class TracingMongoClient
extends com.mongodb.MongoClient
MongoClient| Constructor and Description |
|---|
TracingMongoClient(TracingCommandListener listener) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
List<com.mongodb.MongoCredential> credentialsList) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options,
com.mongodb.MongoDriverInformation mongoDriverInformation) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoCredential credential,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoCredential credential,
com.mongodb.MongoClientOptions options,
com.mongodb.MongoDriverInformation mongoDriverInformation) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.MongoClientURI uri) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.MongoClientURI uri,
com.mongodb.MongoDriverInformation mongoDriverInformation) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr,
List<com.mongodb.MongoCredential> credentialsList) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options,
com.mongodb.MongoDriverInformation mongoDriverInformation) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
com.mongodb.ServerAddress addr,
com.mongodb.MongoCredential credential,
com.mongodb.MongoClientOptions options) |
TracingMongoClient(TracingCommandListener listener,
String host) |
TracingMongoClient(TracingCommandListener listener,
String host,
int port) |
TracingMongoClient(TracingCommandListener listener,
String host,
com.mongodb.MongoClientOptions options) |
close, getCredential, getCredentialsList, getDatabase, getDefaultCodecRegistry, getMongoClientOptions, listDatabaseNames, listDatabaseNames, listDatabases, listDatabases, listDatabases, listDatabases, startSession, startSession, watch, watch, watch, watch, watch, watch, watch, watchaddOption, dropDatabase, fsync, fsyncAndLock, getAddress, getAllAddress, getConnectPoint, getDatabaseNames, getDB, getMaxBsonObjectSize, getMongoOptions, getOptions, getReadConcern, getReadPreference, getReplicaSetStatus, getServerAddressList, getUsedDatabases, getWriteConcern, isLocked, resetOptions, setOptions, setReadPreference, setWriteConcern, slaveOk, toString, unlockpublic TracingMongoClient(TracingCommandListener listener)
public TracingMongoClient(TracingCommandListener listener, String host)
public TracingMongoClient(TracingCommandListener listener, String host, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, String host, int port)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr, List<com.mongodb.MongoCredential> credentialsList)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr, com.mongodb.MongoCredential credential, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, List<com.mongodb.MongoCredential> credentialsList)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, com.mongodb.MongoCredential credential, com.mongodb.MongoClientOptions options)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.MongoClientURI uri)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, com.mongodb.MongoCredential credential, com.mongodb.MongoClientOptions options, com.mongodb.MongoDriverInformation mongoDriverInformation)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.MongoClientURI uri, com.mongodb.MongoDriverInformation mongoDriverInformation)
public TracingMongoClient(TracingCommandListener listener, com.mongodb.ServerAddress addr, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options, com.mongodb.MongoDriverInformation mongoDriverInformation)
public TracingMongoClient(TracingCommandListener listener, List<com.mongodb.ServerAddress> seeds, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options, com.mongodb.MongoDriverInformation mongoDriverInformation)
Copyright © 2017-2019–2019. All rights reserved.