case class PipelineJob(outputCatalog: Option[BaseVersion] = None, inputCatalogs: Map[String, ProcessingType] = Map.empty) extends Product with Serializable
Configuration of a pipeline management system job.
- outputCatalog
The optional base version of the output catalog. If it's not specified, the latest version should be used.
- inputCatalogs
Specifies which versions and how to process each input catalog.
- Alphabetic
- By Inheritance
- PipelineJob
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PipelineJob(inputCatalogs: Map[String, ProcessingType])
Overloaded constructor that supports Java types.
Overloaded constructor that supports Java types. The base version of the output catalog is left unspecified.
- inputCatalogs
Which versions and how to process each upstream input catalog.
- new PipelineJob(outputCatalog: Optional[BaseVersion], inputCatalogs: Map[String, ProcessingType])
Overloaded constructor that supports Java types.
Overloaded constructor that supports Java types.
- outputCatalog
The optional base version of the output catalog. If it's
java.util.Optional.empty(), the latest version should be used.- inputCatalogs
Specifies which versions and how to process each input catalog.
- new PipelineJob(outputCatalog: Option[BaseVersion] = None, inputCatalogs: Map[String, ProcessingType] = Map.empty)
- outputCatalog
The optional base version of the output catalog. If it's not specified, the latest version should be used.
- inputCatalogs
Specifies which versions and how to process each input catalog.
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 asReprocess(): PipelineJob
Returns a copy of this PipelineJob where all processing types are Reprocess.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getInputCatalogs: Map[String, ProcessingType]
- returns
the input catalogs' processing types as a Java Map.
- def getOutputCatalog: Optional[BaseVersion]
- returns
the output catalog's base version as a Java Optional object.
- val inputCatalogs: Map[String, ProcessingType]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val outputCatalog: Option[BaseVersion]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson: String
- returns
a compact JSON representation of the pipeline job.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)