程序包 | 说明 |
---|---|
org.apache.flink.runtime.state |
限定符和类型 | 接口和说明 |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.