Trait
com.mongodb.spark
MongoClientFactory
Related Doc: package spark
Permalink
trait MongoClientFactory extends Serializable
A factory for creating MongoClients
Note: Care should be taken to implement an equals method to ensure that the MongoClientCache can cache and reuse the resulting MongoClient.
Since
1.0
Linear Supertypes
Ordering
Alphabetic
By Inheritance
Inherited
MongoClientFactory
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract def create(): MongoClient
Creates a MongoClient