Class LogicalFile.LogicalFileId
- java.lang.Object
-
- org.apache.flink.util.StringBasedID
-
- org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LogicalFile
public static class LogicalFile.LogicalFileId extends StringBasedID
ID forLogicalFile
. It should be unique for each file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicalFileId(String keyString)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogicalFile.LogicalFileId
generateRandomId()
-
Methods inherited from class org.apache.flink.util.StringBasedID
equals, getKeyString, hashCode, toString
-
-
-
-
Constructor Detail
-
LogicalFileId
public LogicalFileId(String keyString)
-
-
Method Detail
-
generateRandomId
public static LogicalFile.LogicalFileId generateRandomId()
-
-