Uses of Class
org.apache.flink.streaming.api.datastream.QueryableStateStream
Packages that use QueryableStateStream
-
Uses of QueryableStateStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return QueryableStateStreamModifier and TypeMethodDescriptionKeyedStream.asQueryableState(String queryableStateName) Deprecated.The Queryable State feature is deprecated since Flink 1.18, and will be removed in a future Flink major version.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.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.