Skip to content

Commit

Permalink
Fixed the statebackend keyword - Replaced jobmanager with hashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nacisimsek authored and JunRuiLee committed Jan 25, 2025
1 parent b52a01a commit ddfdd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/ops/state/state_backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ env = StreamExecutionEnvironment.get_execution_environment(config)

[Flink 配置文件]({{< ref "docs/deployment/config#flink-配置文件" >}}) 可以通过键 `state.backend.type` 设置默认的 State Backend。

可选值包括 *jobmanager* (HashMapStateBackend), *rocksdb* (EmbeddedRocksDBStateBackend),
可选值包括 *hashmap* (HashMapStateBackend), *rocksdb* (EmbeddedRocksDBStateBackend),
或使用实现了 state backend 工厂 {{< gh_link file="flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendFactory.java" name="StateBackendFactory" >}} 的类的全限定类名,
例如: EmbeddedRocksDBStateBackend 对应为 `org.apache.flink.state.rocksdb.EmbeddedRocksDBStateBackendFactory`

Expand Down

0 comments on commit ddfdd49

Please sign in to comment.