Trait

it.agilelab.bigdata.wasp.consumers.spark.launcher

SparkConsumersBatchNodeLauncherTrait

Related Doc: package launcher

Permalink

trait SparkConsumersBatchNodeLauncherTrait extends MultipleClusterSingletonsLauncher with AroundLaunch

Launcher for the SparkConsumersBatchMasterGuardian. This trait is useful for who want extend the launcher

Linear Supertypes
AroundLaunch, MultipleClusterSingletonsLauncher, Logging, WaspLauncher, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkConsumersBatchNodeLauncherTrait
  2. AroundLaunch
  3. MultipleClusterSingletonsLauncher
  4. Logging
  5. WaspLauncher
  6. AnyRef
  7. 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
    SparkConsumersBatchNodeLauncherTrait → 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
    SparkConsumersBatchNodeLauncherTrait → 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
    SparkConsumersBatchNodeLauncherTrait → WaspLauncher
  13. def getOptions: Seq[Option]

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

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

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

    Permalink

    Initialize the WASP plugins, this method is called after the wasp initialization and before getSingletonInfos

    Initialize the WASP plugins, this method is called after the wasp initialization and before getSingletonInfos

    args

    command line arguments

    Definition Classes
    SparkConsumersBatchNodeLauncherTrait → 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
    SparkConsumersBatchNodeLauncherTrait → 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. var plugins: Map[DatastoreProduct, WaspConsumersSparkPlugin]

    Permalink
  26. def shouldDropDb(commandLine: CommandLine): Boolean

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

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

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

    Permalink
    Definition Classes
    SparkConsumersBatchNodeLauncherTrait → WaspLauncher
  30. val version: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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