com.sksamuel.elastic4s

UpdateDefinition

case class UpdateDefinition(indexAndTypes: IndexAndTypes, id: String) extends BulkCompatibleDefinition with DefinitionRouting with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DefinitionRouting, BulkCompatibleDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateDefinition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefinitionRouting
  7. BulkCompatibleDefinition
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateDefinition(indexAndTypes: IndexAndTypes, 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

    Definition Classes
    UpdateDefinitionDefinitionRouting
  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(value: FieldValue): UpdateDefinition.this.type

  13. def doc(source: DocumentSource): UpdateDefinition

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

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

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

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

  18. def docAsUpsert: UpdateDefinition

  19. def docAsUpsert(value: FieldValue): UpdateDefinition.this.type

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

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

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

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

    Definition Classes
    AnyRef
  24. def fields(fs: Iterable[String]): UpdateDefinition.this.type

  25. def fields(fs: String*): UpdateDefinition.this.type

  26. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  28. val id: String

  29. def includeSource: UpdateDefinition.this.type

  30. val indexAndTypes: IndexAndTypes

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def parent(parent: String): UpdateDefinition.this.type

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

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

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

    Definition Classes
    DefinitionRouting
  39. def script(script: ScriptDefinition): UpdateDefinition

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

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

  42. def sourceAsUpsert[T](t: T)(implicit indexable: Indexable[T]): UpdateDefinition.this.type

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

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

  45. def upsert(iterable: Iterable[(String, Any)]): UpdateDefinition.this.type

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

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

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

  49. def versionType(versionType: VersionType): UpdateDefinition.this.type

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DefinitionRouting

Inherited from BulkCompatibleDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped