com.sksamuel.elastic4s

UpdateDefinition

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val _builder: UpdateRequestBuilder

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def build: UpdateRequest

  9. def clone(): AnyRef

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

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

  12. def doc(source: DocumentSource): UpdateDefinition

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

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

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

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

  17. def docAsUpsert: UpdateDefinition

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  38. def script(script: String): UpdateDefinition

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

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

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

  42. def toString(): String

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

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

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

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

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

  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BulkCompatibleDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped