|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServicePlugin | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.util | Common utilities. |
Uses of ServicePlugin in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement ServicePlugin | |
---|---|
class |
JobTrackerPlugin
JobTrackerPlugins are found in mapred.jobtracker.plugins, and are started and stopped by a PluginDispatcher during JobTracker start-up. |
Uses of ServicePlugin in org.apache.hadoop.util |
---|
Classes in org.apache.hadoop.util with type parameters of type ServicePlugin | |
---|---|
class |
PluginDispatcher<T extends ServicePlugin>
Provides convenience functions for dispatching calls through to plugins registered with a class. |
Methods in org.apache.hadoop.util with type parameters of type ServicePlugin | ||
---|---|---|
static
|
PluginDispatcher.createFromConfiguration(Configuration conf,
String key,
Class<X> clazz)
Load a PluginDispatcher from the given Configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |