package logical
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait LogicalGroupState[S] extends AnyRef
Internal class representing State
Value Members
- case object EventTime extends TimeMode with Product with Serializable
- case object EventTimeTimeout extends GroupStateTimeout with Product with Serializable
- case object NoTime extends TimeMode with Product with Serializable
TimeMode types used in transformWithState operator
- case object NoTimeout extends GroupStateTimeout with Product with Serializable
Types of timeouts used in FlatMapGroupsWithState
- case object ProcessingTime extends TimeMode with Product with Serializable
- case object ProcessingTimeTimeout extends GroupStateTimeout with Product with Serializable
- object TimeModes