Class RelativeFileStateHandle

java.lang.Object
org.apache.flink.runtime.state.filesystem.FileStateHandle
org.apache.flink.runtime.state.filesystem.RelativeFileStateHandle
All Implemented Interfaces:
Serializable, StateObject, StreamStateHandle

public class RelativeFileStateHandle extends FileStateHandle
A StreamStateHandle for state that was written to a file stream. The differences between FileStateHandle and RelativeFileStateHandle is that RelativeFileStateHandle contains relativePath for the given handle.
See Also:
  • Constructor Details

    • RelativeFileStateHandle

      public RelativeFileStateHandle(org.apache.flink.core.fs.Path path, String relativePath, long stateSize)
  • Method Details