Java com.mongodb.async.client MongoClient fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.async.client MongoClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.async.client MongoClient.

The text is from its open source code.

Implementation

com.mongodb.async.client.MongoClient has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Close the client, which will close all underlying cached resources, including, for example, sockets and background monitoring threads.
MongoDatabasegetDatabase(String name)
Gets the database with the given name.