Uses of Class
org.apache.flink.runtime.state.v2.ListStateDescriptor
-
Packages that use ListStateDescriptor Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of ListStateDescriptor in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type ListStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ListState<T>DefaultKeyedStateStoreV2. getListState(ListStateDescriptor<T> stateProperties)<T> org.apache.flink.api.common.state.v2.ListState<T>KeyedStateStoreV2. getListState(ListStateDescriptor<T> stateProperties)Gets a handle to the system's key / value list state.Constructors in org.apache.flink.runtime.state.v2 with parameters of type ListStateDescriptor Constructor Description AbstractListState(StateRequestHandler stateRequestHandler, ListStateDescriptor<V> stateDescriptor) -
Uses of ListStateDescriptor in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type ListStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ListState<T>StreamingRuntimeContext. getListState(ListStateDescriptor<T> stateProperties)
-