Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cdi
Class CDIMapReduceTaskLifecycle

java.lang.Object
  extended by org.jboss.solder.beanManager.BeanManagerAware
      extended by org.infinispan.cdi.CDIMapReduceTaskLifecycle
All Implemented Interfaces:
MapReduceTaskLifecycle

public class CDIMapReduceTaskLifecycle
extends org.jboss.solder.beanManager.BeanManagerAware
implements MapReduceTaskLifecycle


Constructor Summary
CDIMapReduceTaskLifecycle()
           
 
Method Summary
<KIn,VIn,KOut,VOut>
void
onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
           
<KOut,VOut>
void
onPostExecute(Reducer<KOut,VOut> reducer)
           
<KIn,VIn,KOut,VOut>
void
onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper, Cache<KIn,VIn> inputCache)
           
<KOut,VOut>
void
onPreExecute(Reducer<KOut,VOut> reducer, Cache<?,?> cache)
           
 
Methods inherited from class org.jboss.solder.beanManager.BeanManagerAware
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIMapReduceTaskLifecycle

public CDIMapReduceTaskLifecycle()
Method Detail

onPreExecute

public <KIn,VIn,KOut,VOut> void onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper,
                                             Cache<KIn,VIn> inputCache)
Specified by:
onPreExecute in interface MapReduceTaskLifecycle

onPostExecute

public <KIn,VIn,KOut,VOut> void onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
Specified by:
onPostExecute in interface MapReduceTaskLifecycle

onPreExecute

public <KOut,VOut> void onPreExecute(Reducer<KOut,VOut> reducer,
                                     Cache<?,?> cache)
Specified by:
onPreExecute in interface MapReduceTaskLifecycle

onPostExecute

public <KOut,VOut> void onPostExecute(Reducer<KOut,VOut> reducer)
Specified by:
onPostExecute in interface MapReduceTaskLifecycle

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.