Uses of Interface
org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
Packages that use IncrementalKeyedStateHandle Package Description org.apache.flink.runtime.state -
-
Uses of IncrementalKeyedStateHandle in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement IncrementalKeyedStateHandle Modifier and Type Class Description classAbstractIncrementalStateHandleAbstract superclass for allIncrementalKeyedStateHandle.classIncrementalLocalKeyedStateHandleState handle for local copies ofIncrementalRemoteKeyedStateHandle.classIncrementalRemoteKeyedStateHandleThe handle to states of an incremental snapshot.
-