Interface CompactionJob
public interface CompactionJob
An immutable object that describes what files to compact and where to compact them.
- Since:
- 2.1.0
- See Also:
-
Method Details
-
getPriority
short getPriority() -
getExecutor
CompactionExecutorId getExecutor()- Returns:
- The executor to run the job.
-
getFiles
Set<CompactableFile> getFiles()- Returns:
- The files to compact
-
getKind
CompactionKind getKind()- Returns:
- The kind of compaction this is.
-