Class

com.sksamuel.elastic4s

UpdateDefinition

Related Doc: package elastic4s

Permalink

class UpdateDefinition extends BulkCompatibleDefinition with DefinitionRouting

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateDefinition
  2. DefinitionRouting
  3. BulkCompatibleDefinition
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateDefinition(indexesTypes: IndexesTypes, id: String)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _builder: UpdateRequestBuilder

    Permalink
    Definition Classes
    UpdateDefinitionDefinitionRouting
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def build: UpdateRequest

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def consistencyLevel(consistencyLevel: WriteConsistencyLevel): UpdateDefinition.this.type

    Permalink
  9. def detectNoop(detectNoop: Boolean): UpdateDefinition.this.type

    Permalink
  10. def doc(source: DocumentSource): UpdateDefinition

    Permalink
  11. def doc(map: Map[String, Any]): UpdateDefinition.this.type

    Permalink
  12. def doc(iterable: Iterable[(String, Any)]): UpdateDefinition.this.type

    Permalink
  13. def doc(fields: (String, Any)*): UpdateDefinition.this.type

    Permalink
  14. def docAsUpsert(shouldUpsertDoc: Boolean): UpdateDefinition.this.type

    Permalink
  15. def docAsUpsert: UpdateDefinition

    Permalink
  16. def docAsUpsert(map: Map[String, Any]): UpdateDefinition.this.type

    Permalink
  17. def docAsUpsert(iterable: Iterable[(String, Any)]): UpdateDefinition.this.type

    Permalink
  18. def docAsUpsert(fields: (String, Any)*): UpdateDefinition.this.type

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def lang(scriptLang: String): UpdateDefinition.this.type

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def params(map: Map[String, Any]): UpdateDefinition.this.type

    Permalink
  30. def params(entries: (String, Any)*): UpdateDefinition.this.type

    Permalink
  31. def parent(parent: String): UpdateDefinition.this.type

    Permalink
  32. def refresh(refresh: Boolean): UpdateDefinition.this.type

    Permalink
  33. def retryOnConflict(retryOnConflict: Int): UpdateDefinition.this.type

    Permalink
  34. def routing(routing: String): UpdateDefinition.this.type

    Permalink
    Definition Classes
    DefinitionRouting
  35. def script(script: String, scriptType: ScriptType = ScriptType.Inline): UpdateDefinition

    Permalink
  36. def scriptedUpsert(upsert: Boolean): UpdateDefinition.this.type

    Permalink
  37. def source[T](t: T)(implicit indexable: Indexable[T]): UpdateDefinition.this.type

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def timeout(duration: FiniteDuration): UpdateDefinition.this.type

    Permalink
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def upsert(iterable: Iterable[(String, Any)]): UpdateDefinition.this.type

    Permalink
  42. def upsert(fields: (String, Any)*): UpdateDefinition.this.type

    Permalink
  43. def upsert(map: Map[String, Any]): UpdateDefinition.this.type

    Permalink
  44. def version(version: Long): UpdateDefinition.this.type

    Permalink
  45. def versionType(versionType: VersionType): UpdateDefinition.this.type

    Permalink
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def replicationType(repType: ReplicationType): UpdateDefinition.this.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) will be removed in 2.0.0. See https://github.com/elastic/elasticsearch/pull/10171

Inherited from DefinitionRouting

Inherited from BulkCompatibleDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped