Interface StreamOperatorStateHandler.CheckpointedStreamOperator

    • Method Detail

      • initializeState

        void initializeState​(org.apache.flink.runtime.state.StateInitializationContext context)
                      throws Exception
        Throws:
        Exception
      • snapshotState

        void snapshotState​(org.apache.flink.runtime.state.StateSnapshotContext context)
                    throws Exception
        Throws:
        Exception