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.org.apache.accumulo.core.util.compaction -
-
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
CompactionDispatch. 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 CompactionDispatch.Builder
CompactionDispatch.ServiceBuilder. toService(CompactionServiceId service)
-
Uses of CompactionServiceId in org.apache.accumulo.core.util.compaction
Fields in org.apache.accumulo.core.util.compaction declared as CompactionServiceId Modifier and Type Field Description static CompactionServiceId
CompactionServicesConfig. DEFAULT_SERVICE
Methods in org.apache.accumulo.core.util.compaction with parameters of type CompactionServiceId Modifier and Type Method Description static CompactionExecutorId
CompactionExecutorIdImpl. internalId(CompactionServiceId csid, String executorName)
Constructors in org.apache.accumulo.core.util.compaction with parameters of type CompactionServiceId Constructor Description CompactionPlannerInitParams(CompactionServiceId serviceId, Map<String,String> plannerOpts, ServiceEnvironment senv)
-