Uses of Class
org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
Packages that use IncrementalKeyedStateHandle.HandleAndLocalPath
-
Uses of IncrementalKeyedStateHandle.HandleAndLocalPath in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state with type parameters of type IncrementalKeyedStateHandle.HandleAndLocalPathModifier and TypeFieldDescriptionprotected final List<IncrementalKeyedStateHandle.HandleAndLocalPath>AbstractIncrementalStateHandle.sharedStateShared state in the incremental checkpoint.Methods in org.apache.flink.runtime.state that return IncrementalKeyedStateHandle.HandleAndLocalPathModifier and TypeMethodDescriptionIncrementalKeyedStateHandle.HandleAndLocalPath.of(StreamStateHandle handle, String localPath) Methods in org.apache.flink.runtime.state that return types with arguments of type IncrementalKeyedStateHandle.HandleAndLocalPathModifier and TypeMethodDescriptionIncrementalRemoteKeyedStateHandle.getPrivateState()IncrementalRemoteKeyedStateHandle.getSharedState()AbstractIncrementalStateHandle.getSharedStateHandles()IncrementalKeyedStateHandle.getSharedStateHandles()Returns a list of all shared states and the corresponding localPath in the backend at the time this was created.IncrementalRemoteKeyedStateHandle.getSharedStateHandles()Method parameters in org.apache.flink.runtime.state with type arguments of type IncrementalKeyedStateHandle.HandleAndLocalPathModifier and TypeMethodDescriptionIncrementalRemoteKeyedStateHandle.restore(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId) Constructor parameters in org.apache.flink.runtime.state with type arguments of type IncrementalKeyedStateHandle.HandleAndLocalPathModifierConstructorDescriptionAbstractIncrementalStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, StreamStateHandle metaStateHandle, StateHandleID stateHandleId) IncrementalLocalKeyedStateHandle(UUID backendIdentifier, long checkpointId, DirectoryStateHandle directoryStateHandle, KeyGroupRange keyGroupRange, StreamStateHandle metaDataState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState) IncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle) IncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint) protectedIncrementalRemoteKeyedStateHandle(UUID backendIdentifier, KeyGroupRange keyGroupRange, long checkpointId, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> privateState, StreamStateHandle metaStateHandle, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId)