Packages

c

com.wedriveu.services.analytics.control

AnalyticsVerticleDeployer

class AnalyticsVerticleDeployer extends AbstractVerticle

a verticle that deploys all the other verticles of the analytics service

Linear Supertypes
AbstractVerticle, Verticle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyticsVerticleDeployer
  2. AbstractVerticle
  3. Verticle
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalyticsVerticleDeployer()

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def config(): JsonObject
    Definition Classes
    AbstractVerticle
  7. def deployVerticles(message: Message): Unit
  8. def deploymentID(): String
    Definition Classes
    AbstractVerticle
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getVertx(): Vertx
    Definition Classes
    AbstractVerticle → Verticle
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. def init(arg0: Vertx, arg1: Context): Unit
    Definition Classes
    AbstractVerticle → Verticle
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def processArgs(): List[String]
    Definition Classes
    AbstractVerticle
  21. def start(startFuture: Future[Void]): Unit
    Definition Classes
    AnalyticsVerticleDeployer → AbstractVerticle → Verticle
  22. def start(): Unit
    Definition Classes
    AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def stop(): Unit
    Definition Classes
    AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def stop(arg0: Future[Void]): Unit
    Definition Classes
    AbstractVerticle → Verticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractVerticle

Inherited from Verticle

Inherited from AnyRef

Inherited from Any

Ungrouped