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 class
AbstractIncrementalStateHandle
Abstract superclass for allIncrementalKeyedStateHandle
.class
IncrementalLocalKeyedStateHandle
State handle for local copies ofIncrementalRemoteKeyedStateHandle
.class
IncrementalRemoteKeyedStateHandle
The handle to states of an incremental snapshot.
-