Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.distexec.mapreduce.spi
Class MapReduceTaskLifecycleService

java.lang.Object
  extended by org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService

public final class MapReduceTaskLifecycleService
extends Object


Method Summary
static MapReduceTaskLifecycleService getInstance()
           
<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<?,?> inputCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MapReduceTaskLifecycleService getInstance()

onPreExecute

public <KIn,VIn,KOut,VOut> void onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper,
                                             Cache<KIn,VIn> inputCache)

onPostExecute

public <KIn,VIn,KOut,VOut> void onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)

onPreExecute

public <KOut,VOut> void onPreExecute(Reducer<KOut,VOut> reducer,
                                     Cache<?,?> inputCache)

onPostExecute

public <KOut,VOut> void onPostExecute(Reducer<KOut,VOut> reducer)

Infinispan Distribution 5.2.6.Final-redhat-2

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