Trait

it.agilelab.bigdata.wasp.master.launcher

MasterNodeLauncherTrait

Related Doc: package launcher

Permalink

trait MasterNodeLauncherTrait extends ClusterSingletonLauncher with WaspConfiguration with AroundLaunch

Launcher for the MasterGuardian and REST Server. This trait is useful for who want extend the launcher

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

  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 AroundLaunch

Inherited from WaspConfiguration

Inherited from ClusterSingletonLauncher

Inherited from MultipleClusterSingletonsLauncher

Inherited from Logging

Inherited from WaspLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped