com.sksamuel.elastic4s

UpdateDefinition

Related Doc: package elastic4s

class UpdateDefinition extends BulkCompatibleDefinition

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateDefinition
  2. BulkCompatibleDefinition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val _builder: UpdateRequestBuilder

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def build: UpdateRequest

  7. def clone(): AnyRef

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

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

  10. def doc(source: DocumentSource): UpdateDefinition

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

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

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

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

  15. def docAsUpsert: UpdateDefinition

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  34. def retryOnConflict(retryOnConflict: Int): UpdateDefinition.this.type

  35. def routing(routing: String): UpdateDefinition.this.type

  36. def script(script: String): UpdateDefinition

  37. def scriptedUpsert(upsert: Boolean): UpdateDefinition.this.type

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

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

  40. def toString(): String

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

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

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

  44. def version(versionType: VersionType): UpdateDefinition.this.type

  45. def version(version: Long): UpdateDefinition.this.type

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BulkCompatibleDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped