| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream |
| 限定符和类型 | 方法和说明 |
|---|---|
QueryableStateStream<KEY,T> |
KeyedStream.asQueryableState(String queryableStateName)
已过时。
The Queryable State feature is deprecated since Flink 1.18, and will be removed
in a future Flink major version.
|
QueryableStateStream<KEY,T> |
KeyedStream.asQueryableState(String queryableStateName,
org.apache.flink.api.common.state.ReducingStateDescriptor<T> stateDescriptor)
已过时。
The Queryable State feature is deprecated since Flink 1.18, and will be removed
in a future Flink major version.
|
QueryableStateStream<KEY,T> |
KeyedStream.asQueryableState(String queryableStateName,
org.apache.flink.api.common.state.ValueStateDescriptor<T> stateDescriptor)
已过时。
The Queryable State feature is deprecated since Flink 1.18, and will be removed
in a future Flink major version.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.