Uses of Interface
org.apache.accumulo.core.client.PluginEnvironment
Packages that use PluginEnvironment
Package
Description
-
Uses of PluginEnvironment in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return PluginEnvironmentModifier and TypeMethodDescriptionCompactionConfigurer.InitParameters.getEnvironment()CompactionConfigurer.InputParameters.getEnvironment()CompactionSelector.InitParameters.getEnvironment()CompactionSelector.SelectionParameters.getEnvironment() -
Uses of PluginEnvironment in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return PluginEnvironmentModifier and TypeMethodDescriptionIteratorEnvironment.getPluginEnv()Returns an object containing information about the server where this iterator was run. -
Uses of PluginEnvironment in org.apache.accumulo.core.spi.balancer
Subinterfaces of PluginEnvironment in org.apache.accumulo.core.spi.balancerModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension ofServiceEnvironmentthat exposes system level information that is specific to tablet balancing. -
Uses of PluginEnvironment in org.apache.accumulo.core.spi.common
Subinterfaces of PluginEnvironment in org.apache.accumulo.core.spi.commonModifier and TypeInterfaceDescriptioninterfaceThis interface exposes Accumulo system level information to plugins in a stable manner.