Class

com.spotify.scio.elasticsearch

ElasticsearchSCollection

Related Doc: package elasticsearch

Permalink

implicit final class ElasticsearchSCollection[T] extends AnyVal

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

Instance Constructors

  1. new ElasticsearchSCollection(self: SCollection[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. def saveAsElasticsearch(esOptions: ElasticsearchOptions, flushInterval: Duration = WriteParam.DefaultFlushInterval, numOfShards: Long = WriteParam.DefaultNumShards, maxBulkRequestSize: Int = ..., errorFn: (BulkExecutionException) ⇒ Unit = WriteParam.DefaultErrorFn)(f: (T) ⇒ Iterable[DocWriteRequest[_]])(implicit coder: Coder[T]): Future[Tap[Nothing]]

    Permalink

    Save this SCollection into Elasticsearch.

    Save this SCollection into Elasticsearch.

    esOptions

    Elasticsearch options

    flushInterval

    delays to Elasticsearch writes for rate limiting purpose

    numOfShards

    number of parallel writes to be performed, recommended setting is the number of pipeline workers

    errorFn

    function to handle error when performing Elasticsearch bulk writes

    f

    function to transform arbitrary type T to Elasticsearch DocWriteRequest

  8. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped