| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
List<TimestampedEntry<ETLHealth>> |
ETLJson.getHealthHistory() |
List<TimestampedEntry<ETLState>> |
ETLJson.getStateHistory() |
| Constructor and Description |
|---|
ETLJson(String name,
List<TimestampedEntry<ETLState>> stateHistory,
List<TimestampedEntry<ETLHealth>> healthHistory,
int harvestedCount,
int maxDocumentCount,
String versionHash) |
ETLJson(String name,
List<TimestampedEntry<ETLState>> stateHistory,
List<TimestampedEntry<ETLHealth>> healthHistory,
int harvestedCount,
int maxDocumentCount,
String versionHash) |
| Modifier and Type | Method and Description |
|---|---|
int |
TimestampedEntryComparator.compare(TimestampedEntry<?> o1,
TimestampedEntry<?> o2) |
int |
TimestampedEntryComparator.compare(TimestampedEntry<?> o1,
TimestampedEntry<?> o2) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimestampedList.addAllSorted(Collection<TimestampedEntry<T>> other)
Adds elements of another TimestampedList
to the bottom of this list.
|
Copyright © 2017–2019. All rights reserved.