Class DeltaJobConfig

java.lang.Object
com.hazelcast.jet.config.DeltaJobConfig
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable

public class DeltaJobConfig extends Object implements IdentifiedDataSerializable
Contains a configuration change for JobConfig. All options are initially unchanged, options for which the set-method is called will be changed when this delta is applied, others will be unaffected.

Contains only a subset of options - those that can be changed after the job was submitted.

Since:
5.3
See Also: