@FunctionalInterface public interface CombinedWorkUnitAndDatasetStateFunctional
FunctionalInterface to return CombinedWorkUnitAndDatasetState.| Modifier and Type | Method and Description |
|---|---|
CombinedWorkUnitAndDatasetState |
getCombinedWorkUnitAndDatasetState(String datasetUrn) |
CombinedWorkUnitAndDatasetState getCombinedWorkUnitAndDatasetState(String datasetUrn) throws Exception
datasetUrn - the dataset urnCombinedWorkUnitAndDatasetState. If datasetUrn is null or empty, then return latest WorkUnitStates and DatasetStates of all datasetUrns in the state store; else return the previous WorkUnitState and the DatasetState of the specified datasetUrn.Exception - the exception