Interface CompactionConfigurer.InputParameters

Enclosing interface:
CompactionConfigurer

public static interface CompactionConfigurer.InputParameters
Since:
2.1.0
  • Method Details

    • getTableId

      TableId getTableId()
    • getInputFiles

      Collection<CompactableFile> getInputFiles()
    • getTabletId

      TabletId getTabletId()
      Returns the tablet that is compacting.
      Since:
      2.1.4
    • getOutputFile

      URI getOutputFile()
      Returns the path that the compaction will write to, one use of this is to know the output volume.
      Since:
      2.1.4
    • getEnvironment

      PluginEnvironment getEnvironment()