Uses of Class
org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
Packages that use IncrementalKeyedStateHandle.HandleAndLocalPath Package Description org.apache.flink.runtime.state -
-
Uses of IncrementalKeyedStateHandle.HandleAndLocalPath in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state with type parameters of type IncrementalKeyedStateHandle.HandleAndLocalPath Modifier and Type Field Description protected List<IncrementalKeyedStateHandle.HandleAndLocalPath>AbstractIncrementalStateHandle. sharedStateShared state in the incremental checkpoint.Methods in org.apache.flink.runtime.state that return IncrementalKeyedStateHandle.HandleAndLocalPath Modifier and Type Method Description static IncrementalKeyedStateHandle.HandleAndLocalPathIncrementalKeyedStateHandle.HandleAndLocalPath. of(StreamStateHandle handle, String localPath)Methods in org.apache.flink.runtime.state that return types with arguments of type IncrementalKeyedStateHandle.HandleAndLocalPath Modifier and Type Method Description List<IncrementalKeyedStateHandle.HandleAndLocalPath>IncrementalRemoteKeyedStateHandle. getPrivateState()List<IncrementalKeyedStateHandle.HandleAndLocalPath>IncrementalRemoteKeyedStateHandle. getSharedState()List<IncrementalKeyedStateHandle.HandleAndLocalPath>AbstractIncrementalStateHandle. getSharedStateHandles()List<IncrementalKeyedStateHandle.HandleAndLocalPath>IncrementalKeyedStateHandle. getSharedStateHandles()Returns a list of all shared states and the corresponding localPath in the backend at the time this was created.List<IncrementalKeyedStateHandle.HandleAndLocalPath>IncrementalRemoteKeyedStateHandle. getSharedStateHandles()Method parameters in org.apache.flink.runtime.state with type arguments of type IncrementalKeyedStateHandle.HandleAndLocalPath Modifier and Type Method Description static IncrementalRemoteKeyedStateHandleIncrementalRemoteKeyedStateHandle. restore(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId)
-