com.foursquare

index

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class IndexBuilder[M](rec: M) extends Product with Serializable

  2. case class IndexModifier(value: Any) extends Product with Serializable

  3. trait IndexedRecord[M] extends AnyRef

    A trait that represents the fact that a record type includes a list of the indexes that exist in MongoDB for that type.

  4. trait MongoIndex[R] extends AnyRef

  5. case class MongoIndex1[R](f1: Field[_, R], m1: IndexModifier) extends MongoIndex[R] with Product with Serializable

  6. case class MongoIndex2[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier) extends MongoIndex[R] with Product with Serializable

  7. case class MongoIndex3[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier) extends MongoIndex[R] with Product with Serializable

  8. case class MongoIndex4[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier) extends MongoIndex[R] with Product with Serializable

  9. case class MongoIndex5[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier, f5: Field[_, R], m5: IndexModifier) extends MongoIndex[R] with Product with Serializable

  10. case class MongoIndex6[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier, f5: Field[_, R], m5: IndexModifier, f6: Field[_, R], m6: IndexModifier) extends MongoIndex[R] with Product with Serializable

Value Members

  1. object Asc extends IndexModifier

  2. object Desc extends IndexModifier

  3. object TwoD extends IndexModifier

Ungrouped