| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| Modifier and Type | Method and Description |
|---|---|
SingleOutputStreamOperator<T,?> |
DataStream.assignTimestamps(TimestampExtractor<T> extractor)
Extracts a timestamp from an element and assigns it as the internal timestamp of that element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AscendingTimestampExtractor<T>
Interface for user functions that extract timestamps from elements.
|
| Constructor and Description |
|---|
ExtractTimestampsOperator(TimestampExtractor<T> extractor) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.