Package | Description |
---|---|
org.apache.flink.api.common.restartstrategy |
Modifier and Type | Method and Description |
---|---|
static RestartStrategies.ExponentialDelayRestartStrategyConfiguration |
RestartStrategies.exponentialDelayRestart(Time initialBackoff,
Time maxBackoff,
double backoffMultiplier,
Time resetBackoffThreshold,
double jitterFactor)
Generates a ExponentialDelayRestartStrategyConfiguration.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.