public static interface WindowProcessor.Context<W>
WindowProcessor.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> |
getKeyedStateBackend()
Returns the current
KeyedStateBackend. |
org.apache.flink.runtime.memory.MemoryManager |
getMemoryManager()
Returns the current
MemoryManager. |
long |
getMemorySize()
Returns the managed memory size can be used by this operator.
|
Object |
getOperatorOwner()
Returns the object instance of this operator which is used for tracking managed memories
used by this operator.
|
org.apache.flink.api.common.functions.RuntimeContext |
getRuntimeContext()
Returns the current
RuntimeContext. |
org.apache.flink.streaming.api.operators.InternalTimerService<W> |
getTimerService()
Returns the current
InternalTimerService. |
void |
output(org.apache.flink.table.data.RowData result)
Outputs results to downstream operators.
|
Object getOperatorOwner()
org.apache.flink.runtime.memory.MemoryManager getMemoryManager()
MemoryManager.long getMemorySize()
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> getKeyedStateBackend()
KeyedStateBackend.org.apache.flink.streaming.api.operators.InternalTimerService<W> getTimerService()
InternalTimerService.org.apache.flink.api.common.functions.RuntimeContext getRuntimeContext()
RuntimeContext.void output(org.apache.flink.table.data.RowData result)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.