@MetaInfServices public class DefaultMapReduceTaskLifecycle extends Object implements MapReduceTaskLifecycle
| Constructor and Description |
|---|
DefaultMapReduceTaskLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
<KIn,VIn,KOut,VOut> |
onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper) |
<KOut,VOut> |
onPostExecute(Reducer<KOut,VOut> reducer) |
<KIn,VIn,KOut,VOut> |
onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper,
Cache<KIn,VIn> inputCache) |
<KOut,VOut> |
onPreExecute(Reducer<KOut,VOut> reducer,
Cache<?,?> inputCache) |
public <KIn,VIn,KOut,VOut> void onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper, Cache<KIn,VIn> inputCache)
onPreExecute in interface MapReduceTaskLifecyclepublic <KIn,VIn,KOut,VOut> void onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
onPostExecute in interface MapReduceTaskLifecyclepublic <KOut,VOut> void onPreExecute(Reducer<KOut,VOut> reducer, Cache<?,?> inputCache)
onPreExecute in interface MapReduceTaskLifecyclepublic <KOut,VOut> void onPostExecute(Reducer<KOut,VOut> reducer)
onPostExecute in interface MapReduceTaskLifecycleCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.