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 TypeMethodDescriptiondefault PluginEnvironment
IteratorEnvironment.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 TypeInterfaceDescriptioninterface
This interface is an extension ofServiceEnvironment
that 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 TypeInterfaceDescriptioninterface
This interface exposes Accumulo system level information to plugins in a stable manner.