Uses of Class
com.hazelcast.jet.config.InstanceConfig
Packages that use InstanceConfig
-
Uses of InstanceConfig in com.hazelcast.jet.config
Methods in com.hazelcast.jet.config that return InstanceConfigModifier and TypeMethodDescriptionJetConfig.getInstanceConfig()
Deprecated.InstanceConfig.setBackupCount
(int newBackupCount) Deprecated.Sets the number of backups that Jet will maintain for the job metadata and snapshots.InstanceConfig.setCooperativeThreadCount
(int size) Deprecated.Sets the number of threads each cluster member will use to execute Jet jobs.InstanceConfig.setFlowControlPeriodMs
(int flowControlPeriodMs) Deprecated.While executing a Jet job there is the issue of regulating the rate at which one member of the cluster sends data to another member.InstanceConfig.setLosslessRestartEnabled
(boolean enabled) Deprecated.Sets whether lossless job restart is enabled for the node.InstanceConfig.setMaxProcessorAccumulatedRecords
(long maxProcessorAccumulatedRecords) Deprecated.Sets the maximum number of records that can be accumulated by any singleProcessor
instance.InstanceConfig.setScaleUpDelayMillis
(long millis) Deprecated.Sets the delay after which auto-scaled jobs will restart if a new member is added to the cluster.Methods in com.hazelcast.jet.config with parameters of type InstanceConfigModifier and TypeMethodDescriptionJetConfig.setInstanceConfig
(InstanceConfig instanceConfig) Deprecated.The fields fromInstanceConfig
class were moved toJetConfig
class.
InstanceConfig
class were moved toJetConfig
class.