org.infinispan.distexec.mapreduce
Class MapReduceManagerFactory
java.lang.Object
org.infinispan.factories.AbstractComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
org.infinispan.distexec.mapreduce.MapReduceManagerFactory
- All Implemented Interfaces:
- AutoInstantiableFactory
public class MapReduceManagerFactory
- extends AbstractNamedCacheComponentFactory
- implements AutoInstantiableFactory
MapReduceManagerFactory is a default factory class for MapReduceManager
.
This is an internal class, not intended to be used by clients.
- Since:
- 5.2
- Author:
- Vladimir Blagojevic
Method Summary |
|
construct(Class<T> componentType)
Constructs a component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapReduceManagerFactory
public MapReduceManagerFactory()
construct
public <T> T construct(Class<T> componentType)
- Description copied from class:
AbstractComponentFactory
- Constructs a component.
- Specified by:
construct
in class AbstractComponentFactory
- Parameters:
componentType
- type of component
- Returns:
- a component
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.