Class CompactMessages.InputFile

java.lang.Object
org.apache.flink.connector.file.table.stream.compact.CompactMessages.InputFile
All Implemented Interfaces:
Serializable, CompactMessages.CoordinatorInput
Enclosing class:
CompactMessages

public static class CompactMessages.InputFile extends Object implements CompactMessages.CoordinatorInput
A partitioned input file.
See Also:
  • Constructor Details

    • InputFile

      public InputFile(String partition, org.apache.flink.core.fs.Path file)
  • Method Details

    • getPartition

      public String getPartition()
    • getFile

      public org.apache.flink.core.fs.Path getFile()