Uses of Class
org.apache.flink.api.common.state.StateDeclarations.MapStateDeclarationBuilder
-
Packages that use StateDeclarations.MapStateDeclarationBuilder Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclarations.MapStateDeclarationBuilder in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateDeclarations.MapStateDeclarationBuilder Modifier and Type Method Description static <K,V>
StateDeclarations.MapStateDeclarationBuilder<K,V>StateDeclarations. mapStateBuilder(String name, TypeDescriptor<K> keyTypeInformation, TypeDescriptor<V> valueTypeInformation)Get the builder ofMapStateDeclaration.
-