Object

it.agilelab.bigdata.wasp.master.launcher

MasterNodeLauncher

Related Doc: package launcher

Permalink

object MasterNodeLauncher extends MasterNodeLauncherTrait

Create the main static method to run

Linear Supertypes
MasterNodeLauncherTrait, AroundLaunch, WaspConfiguration, ClusterSingletonLauncher, MultipleClusterSingletonsLauncher, Logging, WaspLauncher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MasterNodeLauncher
  2. MasterNodeLauncherTrait
  3. AroundLaunch
  4. WaspConfiguration
  5. ClusterSingletonLauncher
  6. MultipleClusterSingletonsLauncher
  7. Logging
  8. WaspLauncher
  9. AnyRef
  10. 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 additionalRoutes(): Route

    Permalink
    Definition Classes
    MasterNodeLauncherTrait
  5. def afterLaunch(): Unit

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → AroundLaunch
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val banner: String

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

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → AroundLaunch
  9. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → WaspLauncher
  14. def getOptions: Seq[Option]

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → WaspLauncher
  15. final def getSingletonInfos: Seq[(Props, String, String, Seq[String])]

    Permalink
    Definition Classes
    ClusterSingletonLauncher → MultipleClusterSingletonsLauncher
  16. def getSingletonManagerName: String

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → ClusterSingletonLauncher
  17. def getSingletonName: String

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → ClusterSingletonLauncher
  18. def getSingletonProps: Props

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → ClusterSingletonLauncher
  19. def getSingletonRoles: Seq[String]

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → ClusterSingletonLauncher
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    MasterNodeLauncherTrait → MultipleClusterSingletonsLauncher → WaspLauncher
  25. val logger: WaspLogger

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def registerSchema(): Seq[(Long, Schema)]

    Permalink

    Add system's schema to AvroSchemaManager.

    Add system's schema to AvroSchemaManager.

    returns

    Schema)

    Definition Classes
    MasterNodeLauncherTrait
  31. def shouldDropDb(commandLine: CommandLine): Boolean

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

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

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

    Permalink
    Definition Classes
    WaspLauncher
  35. val version: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. lazy val waspConfig: WaspConfigModel

    Permalink
    Definition Classes
    WaspConfiguration
  40. 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 MasterNodeLauncherTrait

Inherited from AroundLaunch

Inherited from WaspConfiguration

Inherited from ClusterSingletonLauncher

Inherited from MultipleClusterSingletonsLauncher

Inherited from Logging

Inherited from WaspLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped