| Class and Description |
|---|
| BroadcastStateBootstrapFunction
Interface for writing elements to broadcast state.
|
| KeyedStateBootstrapFunction
A function that writes keyed state to a new operator.
|
| KeyedStateReaderFunction
A function that processes keys from a restored operator
|
| StateBootstrapFunction
Interface for writing elements to operator state.
|
| Timestamper
Assigns an event time timestamp to the given record.
|
| WindowReaderFunction
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context
for retrieving extra information.
|
| Class and Description |
|---|
| BroadcastStateBootstrapFunction.Context
Context that
BroadcastStateBootstrapFunction's can use for getting additional data
about an input record. |
| KeyedStateBootstrapFunction.Context
Information available in an invocation of
KeyedStateBootstrapFunction.processElement(Object, Context). |
| KeyedStateReaderFunction.Context
Context that
KeyedStateReaderFunction's can use for getting additional data about an
input record. |
| StateBootstrapFunction.Context
Context that
StateBootstrapFunction's can use for getting additional data about an
input record. |
| WindowReaderFunction.Context
The context holding window metadata.
|
| Class and Description |
|---|
| KeyedStateReaderFunction
A function that processes keys from a restored operator
|
| WindowReaderFunction
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context
for retrieving extra information.
|
| Class and Description |
|---|
| WindowReaderFunction
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context
for retrieving extra information.
|
| WindowReaderFunction.Context
The context holding window metadata.
|
| Class and Description |
|---|
| Timestamper
Assigns an event time timestamp to the given record.
|
| Class and Description |
|---|
| BroadcastStateBootstrapFunction
Interface for writing elements to broadcast state.
|
| KeyedStateBootstrapFunction
A function that writes keyed state to a new operator.
|
| StateBootstrapFunction
Interface for writing elements to operator state.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.