Uses of Interface
org.apache.accumulo.core.client.admin.compaction.CompactableFile
Packages that use CompactableFile
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
Uses of CompactableFile in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return CompactableFileMethods in org.apache.accumulo.core.client.admin.compaction that return types with arguments of type CompactableFileModifier and TypeMethodDescriptionCompactionSelector.SelectionParameters.getAvailableFiles()CompactionSelector.Selection.getFilesToCompact()CompactionConfigurer.InputParameters.getInputFiles()Methods in org.apache.accumulo.core.client.admin.compaction with parameters of type CompactableFileModifier and TypeMethodDescriptionCompactionSelector.SelectionParameters.getSample(CompactableFile cf, SamplerConfiguration sc) Method parameters in org.apache.accumulo.core.client.admin.compaction with type arguments of type CompactableFileModifier and TypeMethodDescriptionCompactionSelector.SelectionParameters.getSummaries(Collection<CompactableFile> files, Predicate<SummarizerConfiguration> summarySelector) Constructor parameters in org.apache.accumulo.core.client.admin.compaction with type arguments of type CompactableFile -
Uses of CompactableFile in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return types with arguments of type CompactableFileModifier and TypeMethodDescriptionCompactionPlanner.PlanningParameters.getAll()CompactionPlanner.PlanningParameters.getCandidates()CompactionJob.getFiles()Method parameters in org.apache.accumulo.core.spi.compaction with type arguments of type CompactableFileModifier and TypeMethodDescriptionCompactionPlan.Builder.addJob(short priority, CompactionExecutorId executor, Collection<CompactableFile> group)