Uses of Class
org.apache.flink.streaming.api.datastream.QueryableStateStream
-
Packages that use QueryableStateStream Package Description org.apache.flink.streaming.api.datastream -
-
Uses of QueryableStateStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return QueryableStateStream Modifier and Type Method 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.
-