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

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

Introduction

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

The text is from its open source code.

Method

voidcreateCollection(String collectionName, SingleResultCallback callback)
Create a new collection with the given name.
MongoCollectiongetCollection(String collectionName)
Gets a collection.