Uses of Class
org.apache.accumulo.core.spi.compaction.CompactionKind
-
Packages that use CompactionKind Package Description org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions.org.apache.accumulo.core.util.compaction -
-
Uses of CompactionKind in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging with parameters of type CompactionKind Modifier and Type Method Description static void
TabletLogger. selected(KeyExtent extent, CompactionKind kind, Collection<? extends TabletFile> inputs)
-
Uses of CompactionKind in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionKind Modifier and Type Method Description CompactionKind
CompactionDispatcher.DispatchParameters. getCompactionKind()
CompactionKind
CompactionJob. getKind()
CompactionKind
CompactionPlanner.PlanningParameters. getKind()
static CompactionKind
CompactionKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompactionKind[]
CompactionKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompactionKind in org.apache.accumulo.core.util.compaction
Methods in org.apache.accumulo.core.util.compaction that return CompactionKind Modifier and Type Method Description CompactionKind
CompactionJobImpl. getKind()
Methods in org.apache.accumulo.core.util.compaction with parameters of type CompactionKind Modifier and Type Method Description static long
CompactionJobPrioritizer. createPriority(CompactionKind kind, int totalFiles)
Constructors in org.apache.accumulo.core.util.compaction with parameters of type CompactionKind Constructor Description BuilderImpl(CompactionKind kind, Set<CompactableFile> allFiles)
-