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, for removal: This API element is subject to removal in a future version.InstanceConfig.setBackupCount(int newBackupCount) Deprecated, for removal: This API element is subject to removal in a future version.Sets the number of backups that Jet will maintain for the job metadata and snapshots.InstanceConfig.setCooperativeThreadCount(int size) Deprecated, for removal: This API element is subject to removal in a future version.Sets the number of threads each cluster member will use to execute Jet jobs.InstanceConfig.setFlowControlPeriodMs(int flowControlPeriodMs) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.Sets whether lossless job restart is enabled for the node.InstanceConfig.setMaxProcessorAccumulatedRecords(long maxProcessorAccumulatedRecords) Deprecated, for removal: This API element is subject to removal in a future version.Sets the maximum number of records that can be accumulated by any singleProcessorinstance.InstanceConfig.setScaleUpDelayMillis(long millis) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.The fields fromInstanceConfigclass were moved toJetConfigclass.
InstanceConfigclass were moved toJetConfigclass.