abstract class WriteSettingsBase[Version <: ApiVersionBase, W <: WriteSettingsBase[Version, W]] extends AnyRef

Configure Elasticsearch/OpenSearch sinks and flows.

Self Type
W
Source
WriteSettingsBase.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteSettingsBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Concrete Value Members

  1. val allowExplicitIndex: Boolean
  2. val apiVersion: Version
  3. val bufferSize: Int
  4. val connection: ElasticsearchConnectionSettings
  5. val retryLogic: RetryLogic
  6. val versionType: Option[String]
  7. def withAllowExplicitIndex(value: Boolean): W
  8. def withApiVersion(value: Version): W
  9. def withBufferSize(value: Int): W
  10. def withConnection(value: ElasticsearchConnectionSettings): W
  11. def withRetryLogic(value: RetryLogic): W
  12. def withVersionType(value: String): W