Package

com.rocketfuel.sdbc

cassandra

Permalink

package cassandra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cassandra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CompositeTupleGetter[A] extends (TupleValue, Int) ⇒ A

    Permalink
  2. trait Getter extends base.Getter with RowConverter

    Permalink
  3. trait LowerPriorityCompositeTupleGetter extends AnyRef

    Permalink
  4. trait ParameterValue extends base.ParameterValue with CompiledParameterizedQuery

    Permalink
  5. case class Query[A](statement: CompiledStatement, parameters: Cassandra.Parameters = Parameters.empty, queryOptions: QueryOptions = QueryOptions.default)(implicit converter: Cassandra.RowConverter[A]) extends Cassandra.CompiledParameterizedQuery[Query[A]] with Product with Serializable

    Permalink

    Represents a query that is ready to be run against a Session.

    Represents a query that is ready to be run against a Session.

    statement

    is the text of the query. You can supply a String, and it will be converted to a CompiledStatement by CompiledStatement!.apply(String).

  6. trait QueryCompanionOps extends AnyRef

    Permalink

    This class exists merely to solve the name clash that occurs when a class and its companion object have objects with the same name.

  7. case class QueryOptions(consistencyLevel: ConsistencyLevel = ..., serialConsistencyLevel: ConsistencyLevel = ..., defaultTimestamp: Option[Instant] = None, pageSize: Int = query.QueryOptions.DEFAULT.pageSize, idempotent: Option[Boolean] = None, tracing: Boolean = false) extends Product with Serializable

    Permalink
  8. trait Queryable[Key, Value] extends (Key) ⇒ Query[Value]

    Permalink
  9. trait TupleDataType[A] extends AnyRef

    Permalink
  10. trait TupleGetter[A] extends (TupleValue, Int) ⇒ Option[A]

    Permalink
  11. case class TupleValue(underlying: datastax.oss.driver.api.core.data.TupleValue) extends GettableByIndex with Product with Serializable

    Permalink

Value Members

  1. object CompositeTupleGetter extends LowerPriorityCompositeTupleGetter

    Permalink
  2. object Query extends QueryCompanionOps with Logger with Serializable

    Permalink
  3. object QueryOptions extends Serializable

    Permalink
  4. object Queryable

    Permalink
  5. object StreamUtils extends Logger

    Permalink
  6. object TupleDataType

    Permalink
  7. object TupleGetter

    Permalink
  8. object TupleValue extends Serializable

    Permalink
  9. def toAsync[F[_], T](f: ⇒ CompletionStage[T])(implicit async: Async[F]): F[T]

    Permalink
  10. def toScalaFuture[T](f: CompletionStage[T])(implicit ec: ExecutionContext): Future[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped