Package

com.spotify.scio

elasticsearch

Permalink

package elasticsearch

Main package for Elasticsearch APIs. Import all.

import com.spotify.scio.elasticsearch._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. elasticsearch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ElasticsearchIO[T](esOptions: ElasticsearchOptions) extends ScioIO[T] with Product with Serializable

    Permalink
  2. final case class ElasticsearchOptions(clusterName: String, servers: Seq[InetSocketAddress]) extends Product with Serializable

    Permalink
  3. implicit final class ElasticsearchSCollection[T] extends AnyVal

    Permalink

Value Members

  1. object ElasticsearchIO extends Serializable

    Permalink
  2. object IndexAdmin

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped