com.twitter.storehaus.algebra.query

QueryStrategy

object QueryStrategy extends Serializable

Factory methods and combinators on QueryStrategies

Source
QueryStrategy.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. QueryStrategy
  2. Serializable
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  13. def index[Q, L, X, V](qs: QueryStrategy[Q, L, X], ms: MergeableStore[X, V]): (TraversableOnce[(L, V)]) ⇒ Future[Unit]

    Given a query strategry and a MergeableStore, return a function that accepts pairs of (L,V) and merges them into the store so they can be queried with this strategy.

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def multiSum[Q, K, V](set: Set[Q], expand: (Q) ⇒ Set[K], resolve: (Set[K]) ⇒ Map[K, V])(implicit arg0: Monoid[V]): Map[Q, V]

    Attributes
    protected
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def query[Q, L, X, V](qs: QueryStrategy[Q, L, X], rs: ReadableStore[X, V])(implicit arg0: Semigroup[V]): ReadableStore[Q, V]

    Given a QueryStrategry and a ReadableStore which has been indexed correctly, give a ReadableStore on Queries

  20. def readResolve(): AnyRef

    Attributes
    protected
  21. def sumValues[K, V](ks: Set[K], m: Map[K, V])(implicit arg0: Monoid[V]): V

    Attributes
    protected
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any