Class

de.is24.jest4s

ElasticClient

Related Doc: package jest4s

Permalink

class ElasticClient extends SLF4JLogging with SchemaMethods with ScrollMethods

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ElasticClient
  2. ScrollMethods
  3. SchemaMethods
  4. JestMethods
  5. SLF4JLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ElasticClient(jestClient: JestClient)(implicit ec: ExecutionContext, mat: Materializer)

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

    Permalink
    Definition Classes
    Any
  5. def bulkInsertOrUpdate[T](documents: Seq[(ElasticSearchId, T)], elasticType: ElasticType, indexName: IndexName)(implicit arg0: Writes[T]): Future[JestResult]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createIndex(indexName: IndexName): Future[JestResult]

    Permalink
    Definition Classes
    SchemaMethods
  8. def createMapping(indexName: IndexName, typeName: ElasticType, mappingBody: JsValue): Future[JestResult]

    Permalink
    Definition Classes
    SchemaMethods
  9. implicit val ec: ExecutionContext

    Permalink
    Definition Classes
    ElasticClientJestMethods
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def execute[T <: JestResult](request: Action[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ElasticClientJestMethods
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getDocument[T](id: ElasticSearchId, elasticType: ElasticType, indexName: IndexName)(implicit arg0: Reads[T]): Future[Option[T]]

    Permalink
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. lazy val log: Logger

    Permalink
    Definition Classes
    SLF4JLogging
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def refreshIndex(indexNames: IndexName*): Future[JestResult]

    Permalink
    Definition Classes
    SchemaMethods
  23. def searchWithScroll[T](indexName: IndexName, query: JsValue, searchContextLifetime: Duration)(implicit arg0: Reads[T]): Source[T, NotUsed]

    Permalink
    Definition Classes
    ScrollMethods
  24. def shutdown(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def upsertDocument[T](id: ElasticSearchId, document: T, elasticType: ElasticType, indexName: IndexName)(implicit arg0: Writes[T]): Future[JestResult]

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScrollMethods

Inherited from SchemaMethods

Inherited from JestMethods

Inherited from SLF4JLogging

Inherited from AnyRef

Inherited from Any

Ungrouped