Class WindowOperator.PerWindowStateStore

    • Field Summary

      • Fields inherited from class org.apache.flink.runtime.state.DefaultKeyedStateStore

        executionConfig, keyedStateBackend
    • Constructor Summary

      Constructors 
      Constructor Description
      PerWindowStateStore​(org.apache.flink.runtime.state.KeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig)  
    • Constructor Detail

      • PerWindowStateStore

        public PerWindowStateStore​(org.apache.flink.runtime.state.KeyedStateBackend<?> keyedStateBackend,
                                   org.apache.flink.api.common.ExecutionConfig executionConfig)
    • Method Detail

      • getPartitionedState

        protected <S extends org.apache.flink.api.common.state.State> S getPartitionedState​(org.apache.flink.api.common.state.StateDescriptor<S,​?> stateDescriptor)
                                                                                     throws Exception
        Overrides:
        getPartitionedState in class org.apache.flink.runtime.state.DefaultKeyedStateStore
        Throws:
        Exception