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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getPath()
Returns the path to the underlying temporary file.File
getPathFile()
Returns the path to the underlying temporary file as a File.int
hashCode()
String
toString()
-