| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FunctionSnapshotContext
This interface provides a context in which user functions that use managed state (i.e. state that
is managed by state backends) can participate in a snapshot.
|
interface |
StateSnapshotContext
This interface provides a context in which operators that use managed (i.e. state that is managed
by state backends) or raw (i.e. the operator can write it's state streams) state can perform a
snapshot.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StateSnapshotContextSynchronousImpl
This class is a default implementation for StateSnapshotContext.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.