Packages

class ApplicationElasticIndexDao extends AbstractElasticIndexDao with ApplicationIndexDao

Linear Supertypes
ApplicationIndexDao, AbstractElasticIndexDao, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationElasticIndexDao
  2. ApplicationIndexDao
  3. AbstractElasticIndexDao
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApplicationElasticIndexDao(elasticSettings: ElasticSettings, elasticClient: ElasticClient)(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildFilterQuery(filter: Option[String], fieldBoosts: Seq[(String, Double)]): Seq[DisMaxQuery]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  6. def buildSortBy(sortBy: Option[SortBy]): Seq[FieldSort]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  7. def buildSortBySeq(sortBySeq: Option[Seq[SortBy]]): Seq[FieldSort]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def createApplication(event: ApplicationCreated): Future[Unit]
  10. def createEntityIndex(): Future[Done]
    Definition Classes
    AbstractElasticIndexDao
  11. def createIndexRequest: CreateIndexRequest
    Definition Classes
    ApplicationElasticIndexDao → AbstractElasticIndexDao
  12. def deleteApplication(event: ApplicationDeleted): Future[Unit]
  13. def deleteEntity(id: String): Future[Unit]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  14. implicit val ec: ExecutionContext
    Definition Classes
    ApplicationElasticIndexDao → AbstractElasticIndexDao
  15. val elasticClient: ElasticClient
    Definition Classes
    AbstractElasticIndexDao
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def findApplications(query: FindApplicationQuery): Future[FindResult]
  19. def findEntity(searchRequest: SearchRequest): Future[FindResult]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def indexEntity(indexRequest: IndexRequest): Future[Unit]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  23. val indexName: String
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  24. def indexSuffix: String
    Definition Classes
    ApplicationElasticIndexDao → AbstractElasticIndexDao
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val log: Logger
    Definition Classes
    ApplicationElasticIndexDao → AbstractElasticIndexDao
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val prefix: String
    Definition Classes
    AbstractElasticIndexDao
  31. def processResponse[T](method: String, id: String): PartialFunction[Response[T], Unit]
    Attributes
    protected
    Definition Classes
    AbstractElasticIndexDao
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def updateApplicationName(event: ApplicationNameUpdated): Future[Unit]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ApplicationIndexDao

Inherited from AbstractElasticIndexDao

Inherited from AnyRef

Inherited from Any

Ungrouped