Uses of Interface
org.apache.accumulo.core.spi.common.ServiceEnvironment
-
Packages that use ServiceEnvironment Package Description org.apache.accumulo.core.iterators org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions.org.apache.accumulo.core.spi.scan -
-
Uses of ServiceEnvironment in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return ServiceEnvironment Modifier and Type Method Description default ServiceEnvironmentIteratorEnvironment. getServiceEnv()Deprecated.since 2.1.0. -
Uses of ServiceEnvironment in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return ServiceEnvironment Modifier and Type Method Description ServiceEnvironmentCompactionDispatcher.DispatchParameters. getServiceEnv()ServiceEnvironmentCompactionDispatcher.InitParameters. getServiceEnv()ServiceEnvironmentCompactionPlanner.InitParameters. getServiceEnvironment()ServiceEnvironmentCompactionPlanner.PlanningParameters. getServiceEnvironment() -
Uses of ServiceEnvironment in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ServiceEnvironment Modifier and Type Method Description ServiceEnvironmentScanDispatcher.DispatchParameters. getServiceEnv()ServiceEnvironmentScanDispatcher.InitParameters. getServiceEnv()ServiceEnvironmentScanPrioritizer.CreateParameters. getServiceEnv()
-