Package | Description |
---|---|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.config |
Jet's configuration data objects.
|
Modifier and Type | Method and Description |
---|---|
JobConfig |
Job.updateConfig(DeltaJobConfig deltaConfig)
Applies the specified delta configuration to a
suspended job and returns the updated configuration. |
Modifier and Type | Method and Description |
---|---|
DeltaJobConfig |
DeltaJobConfig.setAutoScaling(boolean enabled) |
DeltaJobConfig |
DeltaJobConfig.setMaxProcessorAccumulatedRecords(long maxProcessorAccumulatedRecords) |
DeltaJobConfig |
DeltaJobConfig.setMetricsEnabled(boolean enabled) |
DeltaJobConfig |
DeltaJobConfig.setSnapshotIntervalMillis(long snapshotInterval) |
DeltaJobConfig |
DeltaJobConfig.setSplitBrainProtection(boolean isEnabled) |
DeltaJobConfig |
DeltaJobConfig.setStoreMetricsAfterJobCompletion(boolean storeMetricsAfterJobCompletion) |
DeltaJobConfig |
DeltaJobConfig.setSuspendOnFailure(boolean suspendOnFailure) |
DeltaJobConfig |
DeltaJobConfig.setTimeoutMillis(long timeoutMillis) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.