Package | Description |
---|---|
com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
Modifier and Type | Method and Description |
---|---|
static MongoDriverInformation.Builder |
MongoDriverInformation.builder()
Convenience method to create a Builder.
|
static MongoDriverInformation.Builder |
MongoDriverInformation.builder(MongoDriverInformation mongoDriverInformation)
Convenience method to create a Builder.
|
MongoDriverInformation.Builder |
MongoDriverInformation.Builder.driverName(String driverName)
Sets the name
|
MongoDriverInformation.Builder |
MongoDriverInformation.Builder.driverPlatform(String driverPlatform)
Sets the platform
|
MongoDriverInformation.Builder |
MongoDriverInformation.Builder.driverVersion(String driverVersion)
Sets the version
|
Copyright © 2017. All Rights Reserved.