Uses of Class
com.hazelcast.jet.config.DeltaJobConfig
Packages that use DeltaJobConfig
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's configuration data objects.
-
Uses of DeltaJobConfig in com.hazelcast.jet
Methods in com.hazelcast.jet with parameters of type DeltaJobConfigModifier and TypeMethodDescriptionJob.updateConfig
(DeltaJobConfig deltaConfig) Applies the specified delta configuration to asuspended
job and returns the updated configuration. -
Uses of DeltaJobConfig in com.hazelcast.jet.config
Methods in com.hazelcast.jet.config that return DeltaJobConfigModifier and TypeMethodDescriptionDeltaJobConfig.setAutoScaling
(boolean enabled) DeltaJobConfig.setMaxProcessorAccumulatedRecords
(long maxProcessorAccumulatedRecords) DeltaJobConfig.setMetricsEnabled
(boolean enabled) DeltaJobConfig.setSnapshotIntervalMillis
(long snapshotInterval) DeltaJobConfig.setSplitBrainProtection
(boolean isEnabled) DeltaJobConfig.setStoreMetricsAfterJobCompletion
(boolean storeMetricsAfterJobCompletion) DeltaJobConfig.setSuspendOnFailure
(boolean suspendOnFailure) DeltaJobConfig.setTimeoutMillis
(long timeoutMillis)