Class AsyncWindowOperator.PerWindowStateStore

java.lang.Object
org.apache.flink.runtime.state.DefaultKeyedStateStore
AsyncWindowOperator<K,IN,ACC,OUT,W>.AbstractPerWindowStateStore
org.apache.flink.runtime.asyncprocessing.operators.windowing.AsyncWindowOperator.PerWindowStateStore
All Implemented Interfaces:
org.apache.flink.api.common.state.KeyedStateStore
Enclosing class:
AsyncWindowOperator<K,IN,ACC,OUT,W extends Window>

public class AsyncWindowOperator.PerWindowStateStore extends AsyncWindowOperator<K,IN,ACC,OUT,W>.AbstractPerWindowStateStore
Regular per-window state store for use with ProcessWindowFunction.
  • Constructor Details

  • Method Details