final case class Area(pending: String, unresolved: String, archive: String, ingesting: String, accepted: String, rejected: String, business: String) extends Product with Serializable
datasets in the data pipeline go through several stages and are stored on disk at each of these stages. This setting allow to customize the folder names of each of these stages.
- pending
: Name of the pending area
- unresolved
: Named of the unresolved area
- archive
: Name of the archive area
- ingesting
: Name of the ingesting area
- accepted
: Name of the accepted area
- rejected
: Name of the rejected area
- business
: Name of the business area
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Area
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Area(pending: String, unresolved: String, archive: String, ingesting: String, accepted: String, rejected: String, business: String)
- pending
: Name of the pending area
- unresolved
: Named of the unresolved area
- archive
: Name of the archive area
- ingesting
: Name of the ingesting area
- accepted
: Name of the accepted area
- rejected
: Name of the rejected area
- business
: Name of the business area
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
- val accepted: String
- val acceptedFinal: String
- val archive: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val business: String
- val businessFinal: String
-
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()
- val ingesting: String
-
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 pending: String
- val rejected: String
- val rejectedFinal: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val unresolved: String
-
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()