Class ExporterContext
java.lang.Object
com.denodo.scheduler.api.exporter.ExporterContext
- All Implemented Interfaces:
Serializable
Context with relevant information received by
Exporters.
This information includes the project name, the job name and identfier,
job start time, job retry count, etc.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContextValue(Serializable key, Serializable value) getContextValue(Object key) voidsetContext(Map<Serializable, Serializable> context)
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExporterContext
public ExporterContext() -
ExporterContext
-
-
Method Details
-
addContextValue
-
getContextValue
-
getContext
- Returns:
- the context
-
setContext
- Parameters:
context- the context to set
-