Repository: flink Updated Branches: refs/heads/master 433135dcb -> f41b00e22
[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/f41b00e2 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f41b00e2 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f41b00e2 Branch: refs/heads/master Commit: f41b00e228dc9ca3ffafa1d5168ecb6c6595f284 Parents: 433135d Author: Elias Levy <[email protected]> Authored: Sun May 20 14:36:11 2018 -0700 Committer: zentol <[email protected]> Committed: Tue May 22 09:04:01 2018 +0200 ---------------------------------------------------------------------- docs/dev/datastream_api.md | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/f41b00e2/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()`
