org.infinispan.distexec.mapreduce.spi
Interface MapReduceTaskLifecycle
- All Known Implementing Classes:
- CDIMapReduceTaskLifecycle, DefaultMapReduceTaskLifecycle, MapReduceInitializer
public interface MapReduceTaskLifecycle
Method Summary |
|
onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
|
|
onPostExecute(Reducer<KOut,VOut> reducer)
|
|
onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper,
Cache<KIn,VIn> inputCache)
|
|
onPreExecute(Reducer<KOut,VOut> reducer,
Cache<?,?> inputCache)
|
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)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.