| Package | Description | 
|---|---|
| com.hazelcast.jet.config | Jet's configuration data objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceConfig | JetConfig. getInstanceConfig()Deprecated. 
 The fields from  InstanceConfigclass were
 moved toJetConfigclass. Get the fields directly fromJetConfig. | 
| InstanceConfig | InstanceConfig. setBackupCount(int newBackupCount)Deprecated.  Sets the number of backups that Jet will maintain for the job metadata
 and snapshots. | 
| InstanceConfig | InstanceConfig. setCooperativeThreadCount(int size)Deprecated.  Sets the number of threads each cluster member will use to execute Jet
 jobs. | 
| InstanceConfig | 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 | InstanceConfig. setLosslessRestartEnabled(boolean enabled)Deprecated.  Sets whether lossless job restart is enabled for the node. | 
| InstanceConfig | InstanceConfig. setMaxProcessorAccumulatedRecords(long maxProcessorAccumulatedRecords)Deprecated.  Sets the maximum number of records that can be accumulated by any single
  Processorinstance. | 
| InstanceConfig | InstanceConfig. setScaleUpDelayMillis(long millis)Deprecated.  Sets the delay after which auto-scaled jobs will restart if a new member
 is added to the cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| JetConfig | JetConfig. setInstanceConfig(InstanceConfig instanceConfig)Deprecated. 
 The fields from  InstanceConfigclass were
 moved toJetConfigclass. Set the fields directly onJetConfig. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.