Class/Object

io.fsq.rogue.lift

LiftAsyncAdapter

Related Docs: object LiftAsyncAdapter | package lift

Permalink

class LiftAsyncAdapter extends MongoAsyncJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

Linear Supertypes
MongoAsyncJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiftAsyncAdapter
  2. MongoAsyncJavaDriverAdapter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiftAsyncAdapter(dbCollectionFactory: AsyncDBCollectionFactory[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def count[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], readPreference: Option[ReadPreference]): Future[Long]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  7. def countDistinct[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], key: String, ct: ClassTag[R], readPreference: Option[ReadPreference]): Future[Long]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  8. def decoderFactoryFunc: (MongoRecord[_] with MongoMetaRecord[_]) ⇒ DBDecoderFactory

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  9. def delete[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], writeConcern: WriteConcern): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  10. def distinct[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], key: String, ct: ClassTag[R], readPreference: Option[ReadPreference]): Future[Seq[R]]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exists[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], readPreference: Option[ReadPreference]): Future[Boolean]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], serializer: RogueReadSerializer[R]): Future[Seq[R]]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  16. def findAndModify[M <: MongoRecord[_] with MongoMetaRecord[_], R](mod: FindAndModifyQuery[M, R], returnNew: Boolean, upsert: Boolean, remove: Boolean)(f: (Document) ⇒ R): Future[Option[R]]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  17. def fineOne[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], serializer: RogueReadSerializer[R]): Future[Option[R]]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  18. def foreach[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], f: (Document) ⇒ Unit): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def insert(record: MongoRecord[_], dbo: Document, writeConcern: WriteConcern): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  22. def insertAll(record: MongoRecord[_], dbos: Seq[Document], writeConcern: WriteConcern): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def modify[M <: MongoRecord[_] with MongoMetaRecord[_]](mod: ModifyQuery[M, _], upsert: Boolean, multi: Boolean, writeConcern: WriteConcern): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncJavaDriverAdapter
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MongoAsyncJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped