Packages

p

com.spotify.scio

elasticsearch

package elasticsearch

Main package for Elasticsearch APIs. Import all.

import com.spotify.scio.elasticsearch._
Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. elasticsearch
  2. CoderInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CoderInstances extends AnyRef
  2. final case class ElasticsearchIO[T](esOptions: ElasticsearchOptions) extends ScioIO[T] with Product with Serializable
  3. final case class ElasticsearchOptions(nodes: Seq[HttpHost], usernameAndPassword: Option[(String, String)] = None, mapperFactory: () => JsonpMapper = defaultMapper) extends Product with Serializable
  4. implicit final class ElasticsearchSCollection[T] extends AnyVal

Value Members

  1. implicit val bulkOperationCoder: Coder[BulkOperation]
    Definition Classes
    CoderInstances
  2. def defaultMapper(): JsonpMapper
  3. object ElasticsearchIO extends Serializable
  4. object IndexAdmin

Inherited from CoderInstances

Inherited from AnyRef

Inherited from Any

Ungrouped