JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.gobblin.util
Interface FinalState
All Known Implementing Classes:
Converter
,
RowLevelPolicy
public interface
FinalState
Interface for constructs that can report their final state.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
State
getFinalState
()
Called by tasks after all work for the construct has been executed.
Method Detail
getFinalState
State
getFinalState()
Called by tasks after all work for the construct has been executed. The construct can return a state describing a summary of its execution / final state.
Returns:
a
State
with summary of execution / final state of the construct.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method