Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.distexec.mapreduce.spi
Interface MapReduceTaskLifecycle

All Known Implementing Classes:
CDIMapReduceTaskLifecycle, DefaultMapReduceTaskLifecycle, MapReduceInitializer

public interface MapReduceTaskLifecycle


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<?,?> inputCache)
           
 

Method Detail

onPreExecute

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

onPostExecute

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

onPreExecute

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

onPostExecute

<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.