public interface MapReduceTaskLifecycle
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.