Uses of Class
org.apache.flink.api.common.time.Time
-
Packages that use Time Package Description org.apache.flink.api.common.restartstrategy org.apache.flink.api.common.state org.apache.flink.api.common.time org.apache.flink.configuration org.apache.flink.util -
-
Uses of Time in org.apache.flink.api.common.restartstrategy
Methods in org.apache.flink.api.common.restartstrategy that return Time Modifier and Type Method Description TimeRestartStrategies.FailureRateRestartStrategyConfiguration. getDelayBetweenAttemptsInterval()TimeRestartStrategies.FixedDelayRestartStrategyConfiguration. getDelayBetweenAttemptsInterval()TimeRestartStrategies.FailureRateRestartStrategyConfiguration. getFailureInterval()TimeRestartStrategies.ExponentialDelayRestartStrategyConfiguration. getInitialBackoff()TimeRestartStrategies.ExponentialDelayRestartStrategyConfiguration. getMaxBackoff()TimeRestartStrategies.ExponentialDelayRestartStrategyConfiguration. getResetBackoffThreshold()Methods in org.apache.flink.api.common.restartstrategy with parameters of type Time Modifier and Type Method Description static RestartStrategies.ExponentialDelayRestartStrategyConfigurationRestartStrategies. exponentialDelayRestart(Time initialBackoff, Time maxBackoff, double backoffMultiplier, Time resetBackoffThreshold, double jitterFactor)static RestartStrategies.FailureRateRestartStrategyConfigurationRestartStrategies. failureRateRestart(int failureRate, Time failureInterval, Time delayInterval)Deprecated.static RestartStrategies.RestartStrategyConfigurationRestartStrategies. fixedDelayRestart(int restartAttempts, Time delayInterval)Deprecated.Constructors in org.apache.flink.api.common.restartstrategy with parameters of type Time Constructor Description ExponentialDelayRestartStrategyConfiguration(Time initialBackoff, Time maxBackoff, double backoffMultiplier, Time resetBackoffThreshold, double jitterFactor)FailureRateRestartStrategyConfiguration(int maxFailureRate, Time failureInterval, Time delayBetweenAttemptsInterval)Deprecated. -
Uses of Time in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return Time Modifier and Type Method Description TimeStateTtlConfig. getTtl()Deprecated.Methods in org.apache.flink.api.common.state with parameters of type Time Modifier and Type Method Description static StateTtlConfig.BuilderStateTtlConfig. newBuilder(Time ttl)Deprecated.StateTtlConfig.BuilderStateTtlConfig.Builder. setTtl(Time ttl)Deprecated.Constructors in org.apache.flink.api.common.state with parameters of type Time Constructor Description Builder(Time ttl)Deprecated. -
Uses of Time in org.apache.flink.api.common.time
Methods in org.apache.flink.api.common.time that return Time Modifier and Type Method Description static TimeTime. days(long days)Deprecated.Creates a newTimethat represents the given number of days.static TimeTime. fromDuration(java.time.Duration duration)Deprecated.Creates a newTimethat represents the number of milliseconds in the given duration.static TimeTime. hours(long hours)Deprecated.Creates a newTimethat represents the given number of hours.static TimeTime. milliseconds(long milliseconds)Deprecated.Creates a newTimethat represents the given number of milliseconds.static TimeTime. minutes(long minutes)Deprecated.Creates a newTimethat represents the given number of minutes.static TimeTime. of(long size, TimeUnit unit)Deprecated.static TimeTime. seconds(long seconds)Deprecated.Creates a newTimethat represents the given number of seconds.Methods in org.apache.flink.api.common.time with parameters of type Time Modifier and Type Method Description static java.time.DurationTime. toDuration(Time time)Deprecated. -
Uses of Time in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return Time Modifier and Type Method Description static TimeConfigurationUtils. getStandaloneClusterStartupPeriodTime(Configuration configuration)Methods in org.apache.flink.configuration that return types with arguments of type Time Modifier and Type Method Description static Optional<Time>ConfigurationUtils. getSystemResourceMetricsProbingInterval(Configuration configuration) -
Uses of Time in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type Time Modifier and Type Method Description static java.time.DurationTimeUtils. toDuration(Time time)Deprecated.UseDurationAPIs
-