Package

quasar.physical.sparkcore.fs

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. sealed trait CassandraDDL[A] extends AnyRef

    Permalink
  2. final case class CreateKeyspace(keyspace: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  3. final case class CreateTable(keyspace: slamdata.Predef.String, table: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  4. final case class DropKeyspace(keyspace: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  5. final case class DropTable(keyspace: slamdata.Predef.String, table: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  6. type Eff[A] = Coproduct[SparkConnectorDetails, Eff1, A]

    Permalink
  7. type Eff1[A] = Coproduct[MonotonicSeq, Eff2, A]

    Permalink
  8. type Eff2[A] = Coproduct[CassandraDDL, Eff3, A]

    Permalink
  9. type Eff3[A] = Coproduct[PhysErr, Eff4, A]

    Permalink
  10. type Eff4[A] = Coproduct[Task, Eff5, A]

    Permalink
  11. type Eff5[A] = Coproduct[[γ$3$]KeyValueStore[WriteHandle, Path[Abs, File, Sandboxed], γ$3$], Eff6, A]

    Permalink
  12. type Eff6[A] = Coproduct[[γ$2$]KeyValueStore[ReadHandle, SparkCursor, γ$2$], Eff7, A]

    Permalink
  13. type Eff7[A] = Coproduct[[γ$0$]KeyValueStore[ResultHandle, RddState, γ$0$], [β$1$]Read[SparkContext, β$1$], A]

    Permalink
  14. final case class InsertData(keyspace: slamdata.Predef.String, table: slamdata.Predef.String, data: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  15. final case class KeyspaceExists(keyspace: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Boolean] with Product with Serializable

    Permalink
  16. final case class ListKeyspaces(startWith: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Set[slamdata.Predef.String]] with Product with Serializable

    Permalink
  17. final case class ListTables(keyspace: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Set[slamdata.Predef.String]] with Product with Serializable

    Permalink
  18. final case class MoveTable(fromKs: slamdata.Predef.String, fromTable: slamdata.Predef.String, toKs: slamdata.Predef.String, toTable: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  19. final case class ReadTable(keyspace: slamdata.Predef.String, table: slamdata.Predef.String) extends CassandraDDL[RDD[Data]] with Product with Serializable

    Permalink
  20. final case class SparkFSConf(sparkConf: SparkConf, prefix: ADir) extends Product with Serializable

    Permalink
  21. final case class TableExists(keyspace: slamdata.Predef.String, table: slamdata.Predef.String) extends CassandraDDL[slamdata.Predef.Boolean] with Product with Serializable

    Permalink

Value Members

  1. object CassandraDDL

    Permalink
  2. val FsType: FileSystemType

    Permalink
  3. object common

    Permalink
  4. def definition[S[_]](implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): BackendDef[[β$6$]Free[S, β$6$]]

    Permalink
  5. object managefile

    Permalink
  6. val parseUri: (ConnectionUri) ⇒ Task[\/[DefinitionError, (SparkConf, SparkFSConf)]]

    Permalink
  7. object queryfile

    Permalink
  8. object writefile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped