Skip to content

Commit 4f61d85

Browse files
committed
[FLINK-36439][docs] Documents for State V2 APIs
1 parent 21e3086 commit 4f61d85

File tree

6 files changed

+1343
-2
lines changed

6 files changed

+1343
-2
lines changed

docs/content.zh/docs/dev/datastream-v2/context_and_state_processing.md

+7
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,11 @@ The specific rules are shown in the following table:
281281

282282
flink will check the legality of state declaration in advance. If an illegal state is declared in `usesStates` method, exception will be thrown at job compile time.
283283

284+
### State Access Methods
285+
286+
Note that the datastream v2 is using the state v2 APIs. For more detail about the state access
287+
methods, please refer to the
288+
[Using Keyed State V2]({{< ref "docs/dev/datastream/fault-tolerance/state_v2#using-keyed-state-v2" >}}).
289+
290+
284291
{{< top >}}

docs/content.zh/docs/dev/datastream/fault-tolerance/state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Working with State"
3-
weight: 2
3+
weight: 1
44
type: docs
55
aliases:
66
- /zh/dev/stream/state/state.html

0 commit comments

Comments
 (0)