models

ExtractionInfoSetUp

object ExtractionInfoSetUp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractionInfoSetUp
  2. AnyRef
  3. 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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dtsrequests: ExtractionRequestsService

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. val extractors: ExtractorService

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAllRoutingKeysForQueue(plugin: RabbitmqPlugin, qname: String, exchange: String): Future[List[String]]

    Gets all routing keys for a given queue

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getExchangesFutureList(plugin: RabbitmqPlugin): Future[List[String]]

    Get all exchanges for a given virtual host TODO : It will be used for multiple exchanges attached to a virtual host in Future

  16. def getQDetailsFutures(plugin: RabbitmqPlugin, exchange: String): Future[Future[List[Response]]]

    Obtains the queues' names attached to an exchange where source is the exchange and destination is the queue

  17. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. def updateAndGetStatus(plugin: RabbitmqPlugin, exchange: String): Future[Future[String]]

    Obtains the queues' details attached to an exchange updates the currently running extractors list, ips of the extractors, supported input types, number of extractors instances running

  25. def updateDTSRequests(file_id: UUID, extractor_id: String): Unit

  26. def updateExtractorsInfo(): Future[Future[String]]

    Updates Extractors information: IPs of servers on which extractors are running Currently running extractors' names Input types supported by currently running extractors

  27. def updateInfoAndGetQueuesList(plugin: RabbitmqPlugin, qDetailsResponses: List[Response]): List[String]

    updates : extractors details currently running extractors list servers IPs where extractors are running

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped