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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PipegraphModel
- Serializable
- Serializable
- Product
- Equals
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val creationTime: Long
- val dashboard: Option[DashboardModel]
- val description: String
- val enrichmentSources: RestEnrichmentConfigModel
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def generateStandardPipegraphName: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasSparkComponents: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSystem: Boolean
- val labels: Set[String]
-
val
name: String
- Definition Classes
- PipegraphModel → Model
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val owner: String
- val structuredStreamingComponents: List[StructuredStreamingETLModel]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()