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(java.lang.String driverName)
Sets the name
|
MongoDriverInformation.Builder |
MongoDriverInformation.Builder.driverPlatform(java.lang.String driverPlatform)
Sets the platform
|
MongoDriverInformation.Builder |
MongoDriverInformation.Builder.driverVersion(java.lang.String driverVersion)
Sets the version
|