| 接口 | 说明 | 
|---|---|
| SavepointWriterOperatorFactory | Creates a savepoint writing operator from a savepoint path. | 
| 类 | 说明 | 
|---|---|
| BootstrapTransformation<T> | A  BootstrapTransformationrepresents a procedure of writing new operator state into aSavepoint. | 
| EvictingWindowReader<W extends org.apache.flink.streaming.api.windowing.windows.Window> | This class provides entry points for reading keyed state written out using the  WindowOperator. | 
| ExistingSavepoint | An existing savepoint. | 
| KeyedOperatorTransformation<K,T> | A  KeyedOperatorTransformationrepresents aOneInputOperatorTransformationon
 which operator state is partitioned by key using a providedKeySelector. | 
| NewSavepoint | A new savepoint. | 
| OneInputOperatorTransformation<T> | OneInputOperatorTransformationrepresents a user defined transformation applied on anOperatorTransformationwith one input. | 
| OperatorTransformation | This class provides the entry point for building  BootstrapTransformations, which
 represents procedures to bootstrap new operator states with a givenDataSet. | 
| Savepoint | This class provides entry points for loading an existing savepoint, or a new empty savepoint. | 
| WindowedOperatorTransformation<T,K,W extends org.apache.flink.streaming.api.windowing.windows.Window> | A  WindowedOperatorTransformationrepresents aOneInputOperatorTransformationfor
 bootstrapping window state. | 
| WindowReader<W extends org.apache.flink.streaming.api.windowing.windows.Window> | This class provides entry points for reading keyed state written out using the  WindowOperator. | 
| WritableSavepoint<F extends WritableSavepoint> | A  WritableSavepointis any savepoint that can be written to from a batch context. | 
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.