| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FunctionInitializationContext
This interface provides a context in which user functions can initialize by registering to
managed state (i.e. state that is managed by state backends).
|
interface |
StateInitializationContext
This interface provides a context in which operators can initialize by registering to managed
state (i.e. state that is managed by state backends) or iterating over streams of state
partitions written as raw state in a previous snapshot.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StateInitializationContextImpl
Default implementation of
StateInitializationContext. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.