Uses of Interface
org.apache.flink.runtime.state.v2.KeyedStateStoreV2
-
Packages that use KeyedStateStoreV2 Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of KeyedStateStoreV2 in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement KeyedStateStoreV2 Modifier and Type Class Description classDefaultKeyedStateStoreV2Default implementation of KeyedStateStoreV2. -
Uses of KeyedStateStoreV2 in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return types with arguments of type KeyedStateStoreV2 Modifier and Type Method Description Optional<KeyedStateStoreV2>StreamOperatorStateHandler. getKeyedStateStoreV2()Methods in org.apache.flink.streaming.api.operators with parameters of type KeyedStateStoreV2 Modifier and Type Method Description voidStreamingRuntimeContext. setKeyedStateStoreV2(KeyedStateStoreV2 keyedStateStoreV2)
-