Uses of Interface
org.apache.accumulo.core.client.PluginEnvironment
Package
Description
-
Uses of PluginEnvironment in org.apache.accumulo.core.client.admin.compaction
Modifier and TypeMethodDescriptionCompactionConfigurer.InitParameters.getEnvironment()
CompactionConfigurer.InputParameters.getEnvironment()
CompactionSelector.InitParameters.getEnvironment()
CompactionSelector.SelectionParameters.getEnvironment()
-
Uses of PluginEnvironment in org.apache.accumulo.core.iterators
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This interface exposes Accumulo system level information to plugins in a stable manner.