Class CompactionPlan
- java.lang.Object
-
- org.apache.accumulo.tserver.compaction.CompactionPlan
-
public class CompactionPlan extends Object
A plan for a compaction: the input files, the files that are *not* inputs to a compaction that should simply be deleted, and the optional parameters used to create the resulting output file.
-
-
Field Summary
Fields Modifier and Type Field Description List<FileRef>deleteFilesList<FileRef>inputFilesWriteParameterswriteParameters
-
Constructor Summary
Constructors Constructor Description CompactionPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()voidvalidate(Set<FileRef> allFiles)Validate compaction plan.
-
-
-
Field Detail
-
writeParameters
public WriteParameters writeParameters
-
-