public static interface SlicingWindowProcessor.Context<W>
SlicingWindowProcessor
.Modifier and Type | Method and Description |
---|---|
KeyedStateBackend<RowData> |
getKeyedStateBackend()
Returns the current
KeyedStateBackend . |
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.
|
RuntimeContext |
getRuntimeContext()
Returns the current
RuntimeContext . |
InternalTimerService<W> |
getTimerService()
Returns the current
InternalTimerService . |
void |
output(RowData result)
Outputs results to downstream operators.
|
Object getOperatorOwner()
MemoryManager getMemoryManager()
MemoryManager
.long getMemorySize()
KeyedStateBackend<RowData> getKeyedStateBackend()
KeyedStateBackend
.InternalTimerService<W> getTimerService()
InternalTimerService
.RuntimeContext getRuntimeContext()
RuntimeContext
.void output(RowData result)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.