Class/Object

com.github.gigurra.serviceutils.twitter.store

Collection

Related Docs: object Collection | package store

Permalink

case class Collection[T <: Parsed[S], S <: Schema[T]](fh: FHCollection[T, S])(implicit evidence$1: scala.reflect.api.JavaUniverse.WeakTypeTag[T]) extends Logging with Product with Serializable

Created by kjolh on 12/26/2015.

Forwards everything to FhCollection but returns twitter.util.Future instead of scala.concurrent.Future. Useful in finagle services as they all use twitter futures.

This class just forwards all calls to FhCollection and converts returned scalafutures -> twitterfutures + Some minor other stuff

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Collection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Collection(fh: FHCollection[T, S])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T])

    Permalink

Type Members

  1. case class where_impl(backing: franklinheisenberg.FHCollection.where_impl) extends Product with Serializable

    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 create(entity: T): Future[Unit]

    Permalink
  7. def createIndex(field: Field[_], unique: Boolean): Future[Collection[T, S]]

    Permalink
  8. def createIndex(fGetField: (S) ⇒ Field[_], unique: Boolean): Future[Collection[T, S]]

    Permalink
  9. def deleteIndex(fGetField: (S) ⇒ Field[_])(yeahReally: YeahReally): Future[Unit]

    Permalink
  10. def deleteIndex(field: Field[_])(yeahReally: YeahReally): Future[Unit]

    Permalink
  11. def deleteIndex(index: String)(yeahReally: YeahReally): Future[Unit]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. val fh: FHCollection[T, S]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAll(selectors: (S) ⇒ SelectStatement*): Future[Seq[Versioned[T]]]

    Permalink
  16. def findAll[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): Future[Seq[Versioned[T]]]

    Permalink
  17. def findAll_raw(statements: SelectStatement*): Future[Seq[Versioned[T]]]

    Permalink
  18. def findAll_raw(selector: Map[String, Any]): Future[Seq[Versioned[T]]]

    Permalink
  19. def findOne(selectors: (S) ⇒ SelectStatement*): Future[Option[Versioned[T]]]

    Permalink
  20. def findOne[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): Future[Option[Versioned[T]]]

    Permalink
  21. def findOne_raw(statements: SelectStatement*): Future[Option[Versioned[T]]]

    Permalink
  22. def findOne_raw(selector: Map[String, Any]): Future[Option[Versioned[T]]]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def indices: Future[Seq[String]]

    Permalink
  25. def isEmpty(selectors: (S) ⇒ SelectStatement*): Future[Boolean]

    Permalink
  26. def isEmpty[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): Future[Boolean]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def nonEmpty(selectors: (S) ⇒ SelectStatement*): Future[Boolean]

    Permalink
  31. def nonEmpty[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): Future[Boolean]

    Permalink
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def size(selectors: (S) ⇒ SelectStatement*): Future[Int]

    Permalink
  35. def size[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): Future[Int]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def where(selectors: (S) ⇒ SelectStatement*): where_impl

    Permalink
  41. def where[T2 <: Parsed[_]](query: T2)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T2]): where_impl

    Permalink
  42. def where_raw(statements: SelectStatement*): where_impl

    Permalink
  43. def where_raw(selector: Map[String, Any]): where_impl

    Permalink
  44. def wipeIndices(): IndicesWiper

    Permalink
  45. def wipeItems(): ItemsWiper

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped