Repository: flink Updated Branches: refs/heads/release-1.5 68814fc14 -> 2b4137ce1
[FLINK-9403][docs] Remove obsolete documentation This closes #6048. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2b4137ce Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2b4137ce Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/2b4137ce Branch: refs/heads/release-1.5 Commit: 2b4137ce1c754cdeecb4b77b105be6d75655911a Parents: 68814fc Author: Elias Levy <[email protected]> Authored: Sun May 20 14:36:11 2018 -0700 Committer: zentol <[email protected]> Committed: Tue May 22 09:06:01 2018 +0200 ---------------------------------------------------------------------- docs/dev/datastream_api.md | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/2b4137ce/docs/dev/datastream_api.md ---------------------------------------------------------------------- diff --git a/docs/dev/datastream_api.md b/docs/dev/datastream_api.md index be23804..b2c8cb8 100644 --- a/docs/dev/datastream_api.md +++ b/docs/dev/datastream_api.md @@ -453,9 +453,6 @@ The `StreamExecutionEnvironment` contains the `ExecutionConfig` which allows to Please refer to [execution configuration]({{ site.baseurl }}/dev/execution_configuration.html) for an explanation of most parameters. These parameters pertain specifically to the DataStream API: -- `enableTimestamps()` / **`disableTimestamps()`**: Attach a timestamp to each event emitted from a source. - `areTimestampsEnabled()` returns the current value. - - `setAutoWatermarkInterval(long milliseconds)`: Set the interval for automatic watermark emission. You can get the current value with `long getAutoWatermarkInterval()`
