case class InputCatalogDescription(hrn: HRN, processing: Option[ProcessingType]) extends Product with Serializable
Describes one of the pipeline input catalogs.
- hrn
Catalog HRN
- processing
The ProcessingType object that holds the version and a change description. This description details whether it's possible to process the catalog incrementally.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputCatalogDescription
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
InputCatalogDescription(hrn: HRN, processing: Option[ProcessingType])
- hrn
Catalog HRN
- processing
The ProcessingType object that holds the version and a change description. This description details whether it's possible to process the catalog incrementally.
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHrn: HRN
- returns
HRN of the input catalog, to use with Java interface
-
def
getProcessing: Optional[ProcessingType]
- returns
ProcessingType of the input catalog as a Java Optional object
- val hrn: HRN
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val processing: Option[ProcessingType]
-
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()