Interface CompactContext

All Known Implementing Classes:
CompactContext.CompactContextImpl

@Internal public interface CompactContext
Context for CompactReader and CompactWriter.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Implementation of CompactContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.apache.flink.configuration.Configuration config, org.apache.flink.core.fs.FileSystem fileSystem, String partition, org.apache.flink.core.fs.Path path)
     
    org.apache.flink.configuration.Configuration
     
    org.apache.flink.core.fs.FileSystem
     
     
    org.apache.flink.core.fs.Path
     
  • Method Details

    • create

      static CompactContext create(org.apache.flink.configuration.Configuration config, org.apache.flink.core.fs.FileSystem fileSystem, String partition, org.apache.flink.core.fs.Path path)
    • getConfig

      org.apache.flink.configuration.Configuration getConfig()
    • getFileSystem

      org.apache.flink.core.fs.FileSystem getFileSystem()
    • getPartition

      String getPartition()
    • getPath

      org.apache.flink.core.fs.Path getPath()