Uses of Interface
org.apache.flink.api.common.state.StateDeclaration
-
Packages that use StateDeclaration Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclaration in org.apache.flink.api.common.state
Subinterfaces of StateDeclaration in org.apache.flink.api.common.state Modifier and Type Interface Description interfaceAggregatingStateDeclaration<IN,ACC,OUT>This represents a declaration of the aggregating state.interfaceBroadcastStateDeclaration<K,V>This represents a declaration of the broadcast state.interfaceListStateDeclaration<T>This represents a declaration of the list state.interfaceMapStateDeclaration<K,V>This represents a declaration of the map state.interfaceReducingStateDeclaration<T>This represents a declaration of the reducing state.interfaceValueStateDeclaration<T>This represents a declaration of the value state.
-