KIn - input keyVIn - input valueKOut - output keyVOut - output valuepublic interface RMapper<KIn,VIn,KOut,VOut> extends Serializable
RCollector instance.
Collected results are handled by RReducer instance once
all Mapper tasks have finished.| Modifier and Type | Method and Description |
|---|---|
void |
map(KIn key,
VIn value,
RCollector<KOut,VOut> collector)
Invoked for each Map source entry
|
void map(KIn key, VIn value, RCollector<KOut,VOut> collector)
key - - input keyvalue - - input valuecollector - - instance shared across all Mapper tasksCopyright © 2014–2018 The Redisson Project. All rights reserved.