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 booleanequals(Object obj)StringgetPath()Returns the path to the underlying temporary file.FilegetPathFile()Returns the path to the underlying temporary file as a File.inthashCode()StringtoString()
-