public abstract class WindowOperator.AbstractPerWindowStateStore extends DefaultKeyedStateStore
KeyedStateStores
. Used to allow per-window
state access for ProcessWindowFunction
.Modifier and Type | Field and Description |
---|---|
protected W |
window |
executionConfig, keyedStateBackend
Constructor and Description |
---|
AbstractPerWindowStateStore(KeyedStateBackend<?> keyedStateBackend,
ExecutionConfig executionConfig) |
getAggregatingState, getListState, getMapState, getPartitionedState, getReducingState, getState
public AbstractPerWindowStateStore(KeyedStateBackend<?> keyedStateBackend, ExecutionConfig executionConfig)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.