| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| de.gerdiproject.harvest.etls.enums |
This package contains enumerations regarding AbstractETLs.
|
| de.gerdiproject.harvest.etls.utils |
This package contains utility classes concerning AbstractETLs.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimestampedList<ETLHealth> |
AbstractETL.healthHistory |
| Modifier and Type | Method and Description |
|---|---|
ETLHealth |
AbstractETL.getHealth()
Returns an enum that represents the health status of the ETL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractETL.setHealth(ETLHealth health)
Changes the health status.
|
| Modifier and Type | Method and Description |
|---|---|
static ETLHealth |
ETLHealth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETLHealth[] |
ETLHealth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ETLHealth |
ETLManager.getHealth()
Retrieves an overall health status.
|
Copyright © 2017–2019. All rights reserved.