dev.mongocamp.driver.mongodb.database.MongoIndex
See theMongoIndex companion class
object MongoIndex extends ObservableIncludes, LazyLogging
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait LazyLoggingtrait ObservableIncludesclass Objecttrait Matchableclass AnyShow 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 ImplicitObservable[C] extends LazyLogging
Attributes
- Inherited from:
- ObservableIncludes
- Supertypes
-
trait LazyLoggingclass Objecttrait Matchableclass Any
- Known subtypes
-
class GenericObservable[C]
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
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
Inherited fields
Attributes
- Inherited from:
- ObservableIncludes
Attributes
- Inherited from:
- LazyLogging
Implicits
Inherited implicits
Attributes
- Inherited from:
- ObservableIncludes
In this article