Class FileIOChannel.ID

java.lang.Object
org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
Enclosing interface:
FileIOChannel

public static class FileIOChannel.ID extends Object
An ID identifying an underlying file channel.
  • Constructor Details

    • ID

      public ID(File basePath, int threadNum, Random random)
  • Method Details

    • getPath

      public String getPath()
      Returns the path to the underlying temporary file.
    • getPathFile

      public File getPathFile()
      Returns the path to the underlying temporary file as a File.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object