scray.cassandra

CassandraQueryableSource

class CassandraQueryableSource[Q <: DomainQuery] extends QueryableStoreSource[Q]

Linear Supertypes
QueryableStoreSource[Q], LazySource[Q], Source[Q, Spool[Row]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraQueryableSource
  2. QueryableStoreSource
  3. LazySource
  4. Source
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraQueryableSource(ti: TableIdentifier, rowKeyColumns: Set[Column], clusteringKeyColumns: Set[Column], allColumns: Set[Column], columnConfigs: Set[ColumnConfiguration], session: Session, queryMapper: DomainToCQLQueryMapping[Q, CassandraQueryableSource[Q]], futurePool: FuturePool, rowMapper: (Row) ⇒ Row)

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. val autoIndexedColumns: Set[(Column, Option[Boolean])]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createCache: Cache[_]

    Definition Classes
    QueryableStoreSource → Source
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  14. def getClusteringKeyColumns: Set[Column]

    Definition Classes
    QueryableStoreSource
  15. def getColumns: Set[Column]

    Definition Classes
    QueryableStoreSource → Source
  16. def getCosts(query: Q)(implicit costFunc: QueryCostFunctionFactory): QueryCosts

    Definition Classes
    Source
  17. def getDiscriminant: String

    Definition Classes
    QueryableStoreSource → Source
  18. def getGraph: Graph[Source[DomainQuery, Spool[Row]], DiEdge]

    Definition Classes
    QueryableStoreSource → Source
  19. def getRowKeyColumns: Set[Column]

    Definition Classes
    QueryableStoreSource
  20. def getScrayCoordinates: TableIdentifier

    Definition Classes
    QueryableStoreSource
  21. def getValueColumns: Set[Column]

    Definition Classes
    QueryableStoreSource
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isLazy: Boolean

    Definition Classes
    LazySource → Source
  25. def isOrdered(query: Q): Boolean

    Definition Classes
    CassandraQueryableSource → QueryableStoreSource → Source
  26. def keyedRequest(query: KeyedQuery): Future[Iterator[Row]]

    Definition Classes
    CassandraQueryableSource → QueryableStoreSource
  27. val mappingFunction: (DomainQuery) ⇒ String

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. val queryMapper: DomainToCQLQueryMapping[Q, CassandraQueryableSource[Q]]

  32. def request(query: Q): Future[Spool[Row]]

    Definition Classes
    CassandraQueryableSource → QueryableStoreSource → LazySource → Source
  33. def requestIterator(query: Q): Future[Iterator[Row]]

    Definition Classes
    CassandraQueryableSource → QueryableStoreSource
    Annotations
    @inline()
  34. val session: Session

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

    Definition Classes
    AnyRef
  36. val ti: TableIdentifier

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. val valueColumns: Set[Column]

    Definition Classes
    QueryableStoreSource
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryableStoreSource[Q]

Inherited from LazySource[Q]

Inherited from Source[Q, Spool[Row]]

Inherited from AnyRef

Inherited from Any

Ungrouped