org.apache.flink.api.common.operators.DualInputOperator.addFirstInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.DualInputOperator.addFirstInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.SingleInputOperator.addInput(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.GenericDataSinkBase.addInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.SingleInputOperator.addInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.GenericDataSinkBase.addInputs(List extends Operator>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.DualInputOperator.addSecondInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.DualInputOperator.addSecondInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.core.fs.FileSystem.create(Path, boolean)
|
org.apache.flink.core.fs.FileSystem.create(Path, boolean, int, short, long)
Deprecated because not well supported across types of file systems.
Control the behavior of specific file systems via configurations instead.
|
org.apache.flink.api.common.state.StateBinder.createFoldingState(FoldingStateDescriptor)
will be removed in a future version
|
org.apache.flink.api.common.JobExecutionResult.fromJobSubmissionResult(JobSubmissionResult)
Will be removed in future versions.
|
org.apache.flink.api.common.functions.RuntimeContext.getAllAccumulators()
Use getAccumulator(..) to obtain the value of an accumulator.
|
org.apache.flink.api.common.ExecutionConfig.getExecutionRetryDelay()
Should no longer be used because it is subsumed by RestartStrategyConfiguration
|
org.apache.flink.api.common.functions.RuntimeContext.getFoldingState(FoldingStateDescriptor)
will be removed in a future version
|
org.apache.flink.api.common.state.KeyedStateStore.getFoldingState(FoldingStateDescriptor)
will be removed in a future version
|
org.apache.flink.api.java.typeutils.TypeExtractor.getFoldReturnTypes(FoldFunction, TypeInformation)
will be removed in a future version
|
org.apache.flink.api.java.typeutils.TypeExtractor.getFoldReturnTypes(FoldFunction, TypeInformation, String, boolean)
will be removed in a future version
|
org.apache.flink.api.common.JobExecutionResult.getIntCounterResult(String)
|
org.apache.flink.api.common.ExecutionConfig.getNumberOfExecutionRetries()
Should no longer be used because it is subsumed by RestartStrategyConfiguration
|
org.apache.flink.api.common.state.OperatorStateStore.getOperatorState(ListStateDescriptor)
|
org.apache.flink.core.fs.FileSystemSafetyNet.getSafetyNetCloseableRegistryForThread()
This method should be removed after FLINK-6684 is implemented.
|
org.apache.flink.api.common.state.OperatorStateStore.getSerializableListState(String)
|
org.apache.flink.api.common.io.DelimitedInputFormat.loadGlobalConfigParams()
Please use loadConfigParameters(Configuration config
|
org.apache.flink.api.common.ExecutionConfig.setExecutionRetryDelay(long)
|
org.apache.flink.api.common.operators.DualInputOperator.setFirstInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.DualInputOperator.setFirstInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.SingleInputOperator.setInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.GenericDataSinkBase.setInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.SingleInputOperator.setInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.GenericDataSinkBase.setInputs(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.ExecutionConfig.setNumberOfExecutionRetries(int)
|
org.apache.flink.core.fs.FileSystemSafetyNet.setSafetyNetCloseableRegistryForThread(SafetyNetCloseableRegistry)
This method should be removed after FLINK-6684 is implemented.
|
org.apache.flink.api.common.operators.DualInputOperator.setSecondInput(Operator...)
This method will be removed in future versions. Use the Union operator instead.
|
org.apache.flink.api.common.operators.DualInputOperator.setSecondInputs(List>)
This method will be removed in future versions. Use the Union operator instead.
|