Package | Description |
---|---|
com.hazelcast.jet.config |
Jet's configuration data objects.
|
Modifier and Type | Method and Description |
---|---|
InstanceConfig |
JetConfig.getInstanceConfig()
Deprecated.
The fields from
InstanceConfig class were
moved to JetConfig class. Get the fields directly from
JetConfig . |
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
Processor instance. |
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
InstanceConfig class were
moved to JetConfig class. Set the fields directly on
JetConfig . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.