Uses of Class
org.apache.flink.runtime.state.v2.ListStateDescriptor
-
Packages that use ListStateDescriptor Package Description org.apache.flink.runtime.state.v2 -
-
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 InternalListState(StateRequestHandler stateRequestHandler, ListStateDescriptor<V> stateDescriptor)
-