MongoIndex

dev.mongocamp.driver.mongodb.database.MongoIndex
See theMongoIndex companion class
object MongoIndex extends ObservableIncludes, LazyLogging

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait LazyLogging
class Object
trait Matchable
class Any
Show all
Self type
MongoIndex.type

Members list

Type members

Inherited classlikes

implicit class GenericObservable[C](val observable: Observable[C]) extends ImplicitObservable[C]

Attributes

Inherited from:
ObservableIncludes
Supertypes
trait LazyLogging
class Object
trait Matchable
class Any
trait ImplicitObservable[C] extends LazyLogging

Attributes

Inherited from:
ObservableIncludes
Supertypes
trait LazyLogging
class Object
trait Matchable
class Any
Known subtypes

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def convertIndexDocumentsToMongoIndexList(listIndexesObservable: ListIndexesObservable[Map[String, Any]], maxWait: Int): List[MongoIndex]
def hasIndexForFieldWithName(listIndexesObservable: ListIndexesObservable[Map[String, Any]], fieldName: String, maxWait: Int): Boolean
def indexOptionsWithName(name: Option[String]): IndexOptions

Inherited fields

val DefaultMaxWait: Int

Attributes

Inherited from:
ObservableIncludes
lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging

Implicits

Inherited implicits

final implicit def GenericObservable[C](observable: Observable[C]): GenericObservable[C]

Attributes

Inherited from:
ObservableIncludes