c

it.agilelab.bigdata.wasp.models.configuration

SparkStreamingConfigModel

case class SparkStreamingConfigModel(appName: String, master: ConnectionConfig, driver: SparkDriverConfig, executorCores: Int, executorMemory: String, coresMax: Int, executorInstances: Int, additionalJarsPath: String, yarnJar: String, blockManagerPort: Int, retained: RetainedConfigModel, kryoSerializer: KryoSerializerConfig, streamingBatchIntervalMs: Int, checkpointDir: String, enableHiveSupport: Boolean, triggerIntervalMs: Option[Long], others: Seq[SparkEntryConfig], nifiStateless: Option[NifiStatelessConfigModel], schedulingStrategy: SchedulingStrategyConfigModel, name: String) extends SparkConfigModel with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SparkConfigModel, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkStreamingConfigModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SparkConfigModel
  7. Model
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkStreamingConfigModel(appName: String, master: ConnectionConfig, driver: SparkDriverConfig, executorCores: Int, executorMemory: String, coresMax: Int, executorInstances: Int, additionalJarsPath: String, yarnJar: String, blockManagerPort: Int, retained: RetainedConfigModel, kryoSerializer: KryoSerializerConfig, streamingBatchIntervalMs: Int, checkpointDir: String, enableHiveSupport: Boolean, triggerIntervalMs: Option[Long], others: Seq[SparkEntryConfig], nifiStateless: Option[NifiStatelessConfigModel], schedulingStrategy: SchedulingStrategyConfigModel, name: String)

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. val additionalJarsPath: String
  5. val appName: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val blockManagerPort: Int
  8. val checkpointDir: String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val coresMax: Int
  11. val driver: SparkDriverConfig
  12. val enableHiveSupport: Boolean
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val executorCores: Int
  15. val executorInstances: Int
  16. val executorMemory: String
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val kryoSerializer: KryoSerializerConfig
  20. val master: ConnectionConfig
  21. val name: String
    Definition Classes
    SparkStreamingConfigModelModel
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val nifiStateless: Option[NifiStatelessConfigModel]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val others: Seq[SparkEntryConfig]
  27. val retained: RetainedConfigModel
  28. val schedulingStrategy: SchedulingStrategyConfigModel
  29. val streamingBatchIntervalMs: Int
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val triggerIntervalMs: Option[Long]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. val yarnJar: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SparkConfigModel

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped