Uses of Class
org.apache.flink.runtime.state.v2.StateDescriptor
-
Packages that use StateDescriptor Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 -
-
Uses of StateDescriptor in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type StateDescriptor Modifier and Type Method Description <SV,S extends org.apache.flink.api.common.state.v2.State>
SAsyncKeyedStateBackend. createState(StateDescriptor<SV> stateDesc)Creates and returns a new state. -
Uses of StateDescriptor in org.apache.flink.runtime.state.v2
Subclasses of StateDescriptor in org.apache.flink.runtime.state.v2 Modifier and Type Class Description classAggregatingStateDescriptor<IN,ACC,OUT>AStateDescriptorforAggregatingState.classListStateDescriptor<T>StateDescriptorforListState.classMapStateDescriptor<UK,UV>StateDescriptorforMapState.classReducingStateDescriptor<T>StateDescriptorforReducingState.classValueStateDescriptor<T>StateDescriptorforValueState.Methods in org.apache.flink.runtime.state.v2 that return StateDescriptor Modifier and Type Method Description StateDescriptor<V>InternalKeyedState. getStateDescriptor()Return specificStateDescriptor.Constructors in org.apache.flink.runtime.state.v2 with parameters of type StateDescriptor Constructor Description InternalKeyedState(StateRequestHandler stateRequestHandler, StateDescriptor<V> stateDescriptor)Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.
-