Class

com.sksamuel.elastic4s

UpdateDefinition

Related Doc: package elastic4s

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateDefinition(indexAndTypes: IndexAndTypes, 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(value: FieldValue): UpdateDefinition.this.type

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

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

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

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

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

    Permalink
  16. def docAsUpsert: UpdateDefinition

    Permalink
  17. def docAsUpsert(value: FieldValue): UpdateDefinition.this.type

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

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

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

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

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

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

    Permalink
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val id: String

    Permalink
  27. def includeSource: UpdateDefinition.this.type

    Permalink
  28. val indexAndTypes: IndexAndTypes

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DefinitionRouting
  37. def script(script: ScriptDefinition): UpdateDefinition

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

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

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

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

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

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

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

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

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

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

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    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