public class ExporterContext extends Object implements Serializable
Exporter
s.
This information includes the project name, the job name and identfier,
job start time, job retry count, etc.Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
Constructor and Description |
---|
ExporterContext() |
ExporterContext(Map<Serializable,Serializable> context) |
Modifier and Type | Method and Description |
---|---|
void |
addContextValue(Serializable key,
Serializable value) |
Map<Serializable,Serializable> |
getContext() |
Object |
getContextValue(Object key) |
void |
setContext(Map<Serializable,Serializable> context) |
protected static final long serialVersionUID
public ExporterContext()
public ExporterContext(Map<Serializable,Serializable> context)
public void addContextValue(Serializable key, Serializable value)
public Map<Serializable,Serializable> getContext()
public void setContext(Map<Serializable,Serializable> context)
context
- the context to setCopyright © 2021 Denodo Technologies. All rights reserved.