Context

org.apache.flink.api.function.ProcessAllWindowFunction.Context
abstract class Context

The context holding window metadata

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def globalState: KeyedStateStore

State accessor for per-key global state.

State accessor for per-key global state.

Attributes

def output[X](outputTag: OutputTag[X], value: X): Unit

Emits a record to the side output identified by the OutputTag.

Emits a record to the side output identified by the OutputTag.

Attributes

def window: W

Attributes

Returns:

The window that is being evaluated.

def windowState: KeyedStateStore

State accessor for per-key and per-window state.

State accessor for per-key and per-window state.

Attributes