public final class MapReduceTaskLifecycleService extends Object
Modifier and Type | Method and Description |
---|---|
static MapReduceTaskLifecycleService |
getInstance() |
<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 static MapReduceTaskLifecycleService getInstance()
public <KIn,VIn,KOut,VOut> void onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper, Cache<KIn,VIn> inputCache)
public <KIn,VIn,KOut,VOut> void onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper)
public <KOut,VOut> void onPreExecute(Reducer<KOut,VOut> reducer, Cache<?,?> inputCache)
public <KOut,VOut> void onPostExecute(Reducer<KOut,VOut> reducer)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.