| Interface | Description |
|---|---|
| CombinedWorkUnitAndDatasetStateFunctional |
A
FunctionalInterface to return CombinedWorkUnitAndDatasetState. |
| DynamicConfigGenerator |
For generating dynamic configuration that gets added to the job configuration.
|
| Class | Description |
|---|---|
| CombinedWorkUnitAndDatasetState |
A class that encapsulates
WorkUnitState and DatasetStates. |
| ConfigurationKeys |
A central place for all Gobblin configuration property keys.
|
| ImmutableWorkUnitState |
An immutable version of
WorkUnitState. |
| NoopDynamicConfigGenerator |
NoOp dynamic config generator that returns an empty
Config |
| SourceState |
A container for all meta data related to a particular source.
|
| State |
A serializable wrapper class that can be persisted for
Properties. |
| StateUtils |
Utility class for dealing with
State objects. |
| WorkUnitState |
| Enum | Description |
|---|---|
| WorkUnitState.WorkingState |
Runtime state of the
WorkUnit. |
| Exception | Description |
|---|---|
| ConfigurationException |