| 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.json |
This package contains JSON objects of AbstractETLs and related classes.
|
| 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 |
ETLManagerJson.getHealth() |
| Modifier and Type | Method and Description |
|---|---|
List<TimestampedEntry<ETLHealth>> |
ETLJson.getHealthHistory() |
| Constructor and Description |
|---|
ETLManagerJson(String repositoryName,
ETLState state,
ETLHealth health,
int harvestedCount,
Integer maxDocumentCount,
Long remainingHarvestTime,
String lastHarvestDate,
String nextHarvestDate,
boolean isEnabled) |
| Constructor and Description |
|---|
ETLJson(String name,
List<TimestampedEntry<ETLState>> stateHistory,
List<TimestampedEntry<ETLHealth>> healthHistory,
int harvestedCount,
int maxDocumentCount,
String versionHash) |
| Modifier and Type | Method and Description |
|---|---|
static ETLHealth |
EtlUtils.getCombinedHealth(Collection<AbstractETL<?,?>> etls)
Retrieves the combined health status of a specified
Collection of AbstractETLs.
|
ETLHealth |
ETLManager.getHealth()
Retrieves an overall health status.
|
Copyright © 2017–2019. All rights reserved.