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: XContentBuilder): UpdateDefinition

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

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

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

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

    Permalink
  16. def doc[T](t: T)(implicit indexable: Indexable[T]): UpdateDefinition

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

    Permalink
  18. def docAsUpsert: UpdateDefinition

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

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

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

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

    Permalink
  23. def docAsUpsert[T](t: T)(implicit indexable: Indexable[T]): UpdateDefinition

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

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

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

    Permalink
  27. def finalize(): Unit

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

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

    Permalink
  30. def includeSource: UpdateDefinition.this.type

    Permalink
  31. val indexAndTypes: IndexAndTypes

    Permalink
  32. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  48. def upsert(source: XContentBuilder): UpdateDefinition

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

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

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

    Permalink
  52. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. 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