Package

quasar.physical.sparkcore.fs

elastic

Permalink

package elastic

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

Type Members

  1. final case class CopyIndex(src: slamdata.Predef.String, dst: slamdata.Predef.String) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  2. final case class CopyType(src: IndexType, dst: IndexType) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  3. final case class CreateIndex(index: slamdata.Predef.String) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  4. final case class DeleteIndex(index: slamdata.Predef.String) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  5. final case class DeleteType(indexType: IndexType) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  6. type Eff[A] = Coproduct[[γ$3$]KeyValueStore[WriteHandle, WriteCursor, γ$3$], Eff5, A]

    Permalink
  7. type Eff0[A] = Coproduct[Task, PhysErr, A]

    Permalink
  8. type Eff1[A] = Coproduct[[β$0$]Read[SparkContext, β$0$], Eff0, A]

    Permalink
  9. type Eff2[A] = Coproduct[ElasticCall, Eff1, A]

    Permalink
  10. type Eff3[A] = Coproduct[MonotonicSeq, Eff2, A]

    Permalink
  11. type Eff4[A] = Coproduct[[γ$1$]KeyValueStore[ResultHandle, RddState, γ$1$], Eff3, A]

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

    Permalink
  13. sealed trait ElasticCall[A] extends AnyRef

    Permalink
  14. final case class IndexInto(indexType: IndexType, data: slamdata.Predef.List[(slamdata.Predef.String, slamdata.Predef.String)]) extends ElasticCall[slamdata.Predef.Unit] with Product with Serializable

    Permalink
  15. final case class IndexType(index: slamdata.Predef.String, typ: slamdata.Predef.String) extends Product with Serializable

    Permalink
  16. final case class ListIndices() extends ElasticCall[slamdata.Predef.List[slamdata.Predef.String]] with Product with Serializable

    Permalink
  17. final case class ListTypes(index: slamdata.Predef.String) extends ElasticCall[slamdata.Predef.List[slamdata.Predef.String]] with Product with Serializable

    Permalink
  18. final case class SparkFSConf(sparkConf: SparkConf) extends Product with Serializable

    Permalink
  19. final case class TypeExists(indexType: IndexType) extends ElasticCall[slamdata.Predef.Boolean] with Product with Serializable

    Permalink

Value Members

  1. object ElasticCall

    Permalink
  2. val FsType: FileSystemType

    Permalink
  3. object IndexType extends Serializable

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

    Permalink
  5. def dir2Index(adir: ADir): slamdata.Predef.String

    Permalink
  6. def dirPath2Index(dirPath: slamdata.Predef.String): slamdata.Predef.String

    Permalink
  7. def file2ES(afile: AFile): IndexType

    Permalink
  8. object managefile

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

    Permalink
  10. object queryfile

    Permalink
  11. object readfile

    Permalink
  12. val separator: String

    Permalink
  13. def toFile(indexType: IndexType): AFile

    Permalink
  14. object writefile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped