| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream |
| Modifier and Type | Method and Description |
|---|---|
QueryableStateStream<KEY,T> |
KeyedStream.asQueryableState(String queryableStateName)
Deprecated.
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)
Deprecated.
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)
Deprecated.
The Queryable State feature is deprecated since Flink 1.18, and will be removed
in a future Flink major version.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.