Interface and Description |
---|
org.apache.flink.types.Key
The Key type is a relict of a deprecated and removed API and will be removed
in future versions as well.
|
org.apache.flink.api.common.state.OperatorState
OperatorState has been replaced by
ValueState . |
org.apache.flink.streaming.api.functions.TimestampExtractor
This class has been replaced by
AssignerWithPeriodicWatermarks and
AssignerWithPunctuatedWatermarks |
Field and Description |
---|
org.apache.flink.configuration.ConfigConstants.EXECUTION_RETRIES_KEY
The configuration value will be replaced by
ConfigConstants.RESTART_STRATEGY_FIXED_DELAY_ATTEMPTS
and the corresponding FixedDelayRestartStrategy. |
org.apache.flink.configuration.ConfigConstants.EXECUTION_RETRY_DELAY_KEY
The configuration value will be replaced by
ConfigConstants.RESTART_STRATEGY_FIXED_DELAY_DELAY
and the corresponding FixedDelayRestartStrategy. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.