Package

quasar.physical.sparkcore.fs

elastic

Permalink

package elastic

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

    Permalink
  7. final case class ElasticConfig(sparkConf: SparkConf, host: slamdata.Predef.String, port: slamdata.Predef.Int) extends Product with Serializable

    Permalink
  8. 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
  9. final case class IndexType(index: slamdata.Predef.String, typ: slamdata.Predef.String) extends Product with Serializable

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

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

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

    Permalink

Value Members

  1. object ElasticCall

    Permalink
  2. object IndexType extends Serializable

    Permalink
  3. object SparkElastic extends SparkCore with ManagedWriteFile[AFile] with ChrootedInterpreter

    Permalink

Ungrouped