com.sksamuel.elastic4s.testkit

ElasticSugar

trait ElasticSugar extends ElasticNodeBuilder

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

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def blockUntil(explain: String)(predicate: () ⇒ Boolean): Unit

  8. def blockUntilCount(expected: Long, index: String, types: String*): Unit

    Will block until the given index and optional types have at least the given number of documents.

  9. def blockUntilDocumentExists(id: String, index: String, type: String): Unit

  10. def blockUntilEmpty(index: String): Unit

  11. def blockUntilExactCount(expected: Long, index: String, types: String*): Unit

  12. def client: ElasticClient

    Is invoked when a test needs access to a client for the test node.

    Is invoked when a test needs access to a client for the test node. Can override this if you wish to control precisely how the client is created.

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def configureSettings(builder: Builder): Builder

    Definition Classes
    ElasticNodeBuilder
  15. def createLocalClient: ElasticClient

    Definition Classes
    ElasticNodeBuilder
  16. def disableDynamicScripting: Boolean

    Definition Classes
    ElasticNodeBuilder
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def homeDir: File

    Override this if you wish to change where the home directory for the local instance will be located.

    Override this if you wish to change where the home directory for the local instance will be located. Note: if you override the settings method then you should specify the home in there and this method would not be used.

    Definition Classes
    ElasticNodeBuilder
  23. def httpEnabled: Boolean

    Definition Classes
    ElasticNodeBuilder
  24. def indexRefresh: FiniteDuration

    Definition Classes
    ElasticNodeBuilder
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  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 numberOfReplicas: Int

    Definition Classes
    ElasticNodeBuilder
  30. def numberOfShards: Int

    Definition Classes
    ElasticNodeBuilder
  31. def refresh(indexes: String*): Unit

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

    Definition Classes
    AnyRef
  33. def tempDirectoryPath: String

    Definition Classes
    ElasticNodeBuilder
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ElasticNodeBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped