dev.mongocamp.driver.mongodb.database

Members list

Type members

Classlikes

case class ChangeObserver[A](onChangeCallback: ChangeStreamDocument[A] => Unit) extends Observer[ChangeStreamDocument[A]], LazyLogging

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LazyLogging
trait Observer[ChangeStreamDocument[A]]
trait Subscriber[ChangeStreamDocument[A]]
class Object
trait Matchable
class Any
Show all
case class CollectionInfo(name: String, collectionType: String, fetched: Date, map: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CollectionStatus(ns: String, collectionType: String, scaleFactor: Int, size: Double, count: Int, storageSize: Double, avgObjSize: Int, nindexes: Int, indexSizes: Map[String, Int], totalIndexSize: Int, ok: Int, fetched: Date, map: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CompactResult(collectionName: String, bytesFreed: Long, duration: Long)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CompactResult

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait ConfigHelper

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class DatabaseInfo(name: String, sizeOnDisk: Double, empty: Boolean, fetched: Date, map: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DatabaseInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class DatabaseProvider(val config: MongoConfig) extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class MongoConfig(database: String, host: String, port: Int, var applicationName: String, userName: Option[String], password: Option[String], authDatabase: String, poolOptions: MongoPoolOptions, compressors: List[String], connectionPoolListener: List[ConnectionPoolListener], commandListener: List[CommandListener], customClientSettings: Option[MongoClientSettings], serverAddressList: List[ServerAddress])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MongoConfig extends ConfigHelper

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type
case class MongoIndex(name: String, fields: List[String], unique: Boolean, version: Int, namespace: String, keys: Map[String, Any], weights: Map[String, Any], expire: Boolean, expireAfterSeconds: Long, text: Boolean, fetched: Date, map: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MongoIndex extends ObservableIncludes, LazyLogging

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait LazyLogging
class Object
trait Matchable
class Any
Show all
Self type
MongoIndex.type
case class MongoPoolOptions(maxConnectionIdleTime: Int, maxSize: Int, minSize: Int, maintenanceInitialDelay: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type