| 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<ETLState> |
AbstractETL.stateHistory |
| Modifier and Type | Method and Description |
|---|---|
ETLState |
AbstractETL.getState()
Returns an enum that represents what the ETL is currently doing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractETL.setStatus(ETLState state)
Changes the status that represents what the ETL is currently doing.
|
| Modifier and Type | Method and Description |
|---|---|
static ETLState |
ETLState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETLState[] |
ETLState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ETLState |
ETLManagerJson.getState() |
| Modifier and Type | Method and Description |
|---|---|
List<TimestampedEntry<ETLState>> |
ETLJson.getStateHistory() |
| 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 |
|---|---|
ETLState |
ETLManager.getState()
Returns a status representing the entirety of all registered ETL statuses.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
EtlUtils.estimateRemainingHarvestTime(long harvestStartTimestamp,
ETLState etlStatus,
int harvestedDocuments,
int maxDocuments)
Estimates the remaining harvesting duration in milliseconds.
|
Copyright © 2017–2019. All rights reserved.