Object

it.agilelab.bigdata.wasp.producers.launcher

ProducersNodeLauncher

Related Doc: package launcher

Permalink

object ProducersNodeLauncher extends ProducersNodeLauncherTrait

Create the main static method to run

Linear Supertypes
ProducersNodeLauncherTrait, AroundLaunch, MultipleClusterSingletonsLauncher, Logging, WaspLauncher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducersNodeLauncher
  2. ProducersNodeLauncherTrait
  3. AroundLaunch
  4. MultipleClusterSingletonsLauncher
  5. Logging
  6. WaspLauncher
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def afterLaunch(): Unit

    Permalink
    Definition Classes
    ProducersNodeLauncherTrait → AroundLaunch
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val banner: String

    Permalink
    Definition Classes
    WaspLauncher
  7. def beforeLaunch(): Unit

    Permalink
    Definition Classes
    ProducersNodeLauncherTrait → AroundLaunch
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getNodeName: String

    Permalink
    Definition Classes
    ProducersNodeLauncherTrait → WaspLauncher
  13. def getOptions: Seq[Option]

    Permalink
    Definition Classes
    WaspLauncher
  14. def getSingletonInfos: Seq[(Props, String, String, Seq[String])]

    Permalink
    Definition Classes
    ProducersNodeLauncherTrait → MultipleClusterSingletonsLauncher
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def initializePlugins(args: Array[String]): Unit

    Permalink
    Definition Classes
    WaspLauncher
  17. def initializeWasp(commandLine: CommandLine): Unit

    Permalink
    Definition Classes
    WaspLauncher
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def launch(commandLine: CommandLine): Unit

    Permalink
    Definition Classes
    ProducersNodeLauncherTrait → MultipleClusterSingletonsLauncher → WaspLauncher
  20. val logger: WaspLogger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    WaspLauncher
  22. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def shouldDropDb(commandLine: CommandLine): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ProducersNodeLauncherTrait → WaspLauncher
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def validateConfigs(pluginsValidationRules: Seq[ValidationRule]): Unit

    Permalink
    Definition Classes
    WaspLauncher
  29. val version: String

    Permalink
    Definition Classes
    WaspLauncher
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. var waspDB: WaspDB

    Permalink
    Definition Classes
    WaspLauncher

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AroundLaunch

Inherited from MultipleClusterSingletonsLauncher

Inherited from Logging

Inherited from WaspLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped