Package io.openlineage.client.run
Class RunConfig
java.lang.Object
io.openlineage.client.run.RunConfig
- All Implemented Interfaces:
MergeConfig<RunConfig>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.openlineage.client.MergeConfig
mergePropertyWith, mergePropertyWith, mergeWith, mergeWithDefaultValue
-
Constructor Details
-
RunConfig
public RunConfig()
-
-
Method Details
-
mergeWithNonNull
Description copied from interface:MergeConfig
Method to create new config class based on current instance and non-null argument value. In most cases, implementation needs to create a new instance of T, while merging all the properties.- Specified by:
mergeWithNonNull
in interfaceMergeConfig<RunConfig>
- Parameters:
other
- overwrite value- Returns:
- merged config entry
-
getTags
-
setTags
-
toString
-