public class MapReduceInitializer extends Object implements MapReduceTaskLifecycle
Constructor and Description |
---|
MapReduceInitializer() |
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 MapReduceTaskLifecycle
public <KIn,VIn,KOut,VOut> void onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
onPostExecute
in interface MapReduceTaskLifecycle
public <KOut,VOut> void onPreExecute(Reducer<KOut,VOut> reducer, Cache<?,?> inputCache)
onPreExecute
in interface MapReduceTaskLifecycle
public <KOut,VOut> void onPostExecute(Reducer<KOut,VOut> reducer)
onPostExecute
in interface MapReduceTaskLifecycle
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.