object DatasetArea
Utilities methods to reference datasets paths Datasets paths are constructed as follows :
- root path defined by the COMET_DATASETS env var or datasets applciation property
- followed by the area name
- followed by the the domain name
- Alphabetic
- By Inheritance
- DatasetArea
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
accepted(domain: String)(implicit settings: Settings): Path
Valid records for datasets the specified domain are stored in this folder.
Valid records for datasets the specified domain are stored in this folder.
- domain
: Domain name
- returns
Absolute path to the ingesting folder of domain
-
def
archive(domain: String)(implicit settings: Settings): Path
Once ingested datasets are archived in this folder.
Once ingested datasets are archived in this folder.
- domain
: Domain name
- returns
Absolute path to the archive folder of domain
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertions(implicit settings: Settings): Path
- def assertions(domain: String, schema: String)(implicit settings: Settings): Path
-
def
business(domain: String)(implicit settings: Settings): Path
Default target folder for autojobs applied to datasets in this domain
Default target folder for autojobs applied to datasets in this domain
- domain
: Domain name
- returns
Absolute path to the business folder of domain
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def continuousMetrics(domain: String, schema: String)(implicit settings: Settings): Path
- def discreteMetrics(domain: String, schema: String)(implicit settings: Settings): Path
- def domains(implicit settings: Settings): Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def frequenciesMetrics(domain: String, schema: String)(implicit settings: Settings): Path
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
ingesting(domain: String)(implicit settings: Settings): Path
Datasets of the specified domain currently being ingested are located in this folder
Datasets of the specified domain currently being ingested are located in this folder
- domain
: Domain name
- returns
Absolute path to the ingesting folder of domain
- def initDomains(storage: StorageHandler, domains: Iterable[String])(implicit settings: Settings): Unit
- def initMetadata(storage: StorageHandler)(implicit settings: Settings): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jobs(implicit settings: Settings): Path
- def mapping(implicit settings: Settings): Path
- def metadata(implicit settings: Settings): Path
- def metrics(domain: String, schema: String)(implicit settings: Settings): Path
-
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()
- def path(domainPath: Path, schema: String): Path
- def path(domain: String, area: String)(implicit settings: Settings): Path
-
def
pending(domain: String)(implicit settings: Settings): Path
datasets waiting to be ingested are stored here
datasets waiting to be ingested are stored here
- domain
: Domain Name
- returns
Absolute path to the pending folder of domain
-
def
rejected(domain: String)(implicit settings: Settings): Path
Invalid records and the reason why they have been rejected for the datasets of the specified domain are stored in this folder.
Invalid records and the reason why they have been rejected for the datasets of the specified domain are stored in this folder.
- domain
: Domain name
- returns
Absolute path to the rejected folder of domain
- def substituteDomainAndSchemaInPath(domain: String, schema: String, path: String): Path
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def types(implicit settings: Settings): Path
-
def
unresolved(domain: String)(implicit settings: Settings): Path
datasets with a file name that could not match any schema file name pattern in the specified domain are marked unresolved by being stored in this folder.
datasets with a file name that could not match any schema file name pattern in the specified domain are marked unresolved by being stored in this folder.
- domain
: Domain name
- returns
Absolute path to the pending unresolved folder of domain
- def views(viewsPath: String)(implicit settings: Settings): Path
- def views(implicit settings: Settings): Path
-
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()