Uses of Class
org.apache.accumulo.core.spi.compaction.CompactionServiceId
-
Packages that use CompactionServiceId Package Description org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions. -
-
Uses of CompactionServiceId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionServiceId Modifier and Type Method Description CompactionServiceId
CompactionDirectives. getService()
static CompactionServiceId
CompactionServiceId. of(String canonical)
Methods in org.apache.accumulo.core.spi.compaction that return types with arguments of type CompactionServiceId Modifier and Type Method Description Set<CompactionServiceId>
CompactionServices. getIds()
Methods in org.apache.accumulo.core.spi.compaction with parameters of type CompactionServiceId Modifier and Type Method Description CompactionDirectives.Builder
CompactionDirectives.Builder. setService(CompactionServiceId service)
-