Packages

c

it.agilelab.bigdata.wasp.models

PipegraphModel

case class PipegraphModel(name: String, description: String, owner: String, isSystem: Boolean, creationTime: Long, structuredStreamingComponents: List[StructuredStreamingETLModel], dashboard: Option[DashboardModel] = None, labels: Set[String] = Set.empty, enrichmentSources: RestEnrichmentConfigModel = ...) extends Model with Product with Serializable

A model for a pipegraph, a processing pipeline abstraction.

name

name of the pipegraph

description

description of the pipegraph

owner

owner of the pipegraph

isSystem

whether the pipegraph is from the WASP system

creationTime

time of creation of the pipegraph

structuredStreamingComponents

components describing processing built on Spark Structured Streaming

dashboard

dashboard of the pipegraph

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

Instance Constructors

  1. new PipegraphModel(name: String, description: String, owner: String, isSystem: Boolean, creationTime: Long, structuredStreamingComponents: List[StructuredStreamingETLModel], dashboard: Option[DashboardModel] = None, labels: Set[String] = Set.empty, enrichmentSources: RestEnrichmentConfigModel = ...)

    name

    name of the pipegraph

    description

    description of the pipegraph

    owner

    owner of the pipegraph

    isSystem

    whether the pipegraph is from the WASP system

    creationTime

    time of creation of the pipegraph

    structuredStreamingComponents

    components describing processing built on Spark Structured Streaming

    dashboard

    dashboard of the pipegraph

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val creationTime: Long
  7. val dashboard: Option[DashboardModel]
  8. val description: String
  9. val enrichmentSources: RestEnrichmentConfigModel
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def generateStandardPipegraphName: String
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasSparkComponents: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isSystem: Boolean
  17. val labels: Set[String]
  18. val name: String
    Definition Classes
    PipegraphModelModel
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val owner: String
  23. val structuredStreamingComponents: List[StructuredStreamingETLModel]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped