See: Description
| Interface | Description |
|---|---|
| Triggerable |
This interface must be implemented by objects that are triggered by the timer service available
to stream operators in
StreamExecutionEnvironment. |
| Class | Description |
|---|---|
| BucketStreamSortOperator<T> |
An operator that can sort a stream based on timestamps.
|
| ExtractTimestampsOperator<T> |
A
StreamOperator for extracting timestamps
from user elements and assigning them as the internal timestamp of the StreamRecord. |
| StreamingOperatorMetrics |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.